Hi,
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), 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.
Does somebody know a solution?
Regards,
Bastian
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), 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.
Does somebody know a solution?
Regards,
Bastian