Android-AdvancedWebView
Android-AdvancedWebView copied to clipboard
addHttpHeader is not working for every request.
I have set the webview.addHttpHeader("X-Requested-With", ""); But, still I can see some of the requests having my package name. Is there a way to modify or remove "X-Requested-With" from the headers?