Is it possible to set the HTTP referer
or HTTP header
data generally in a WebView
?
I know there is a method loadUrl(String url, Map<String, String> additionalHttpHeaders)
How to send a referer request in a url for a webView
But the headers are only sent for the given URL. I need to set headers for every request that is sent via JavaScript from within the WebView.
I Have try to open the webapplication within mobile application.. Does somebody know a solution?