I have one IOS application and pass token in request header while open my webview. I want this request header token while my site load.
Request headers used to load the HTML document the JS is running inside are not exposed to that JS.
You'll need to get the data some other way (such as having the server echo the data back in data-* attribute or passing it in from outside the webview).