• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Set HTTP referrer

Baweg

Lurker
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
 
Back
Top Bottom