webview - Pass custom header for every request including resources in android -
i want make requests through webview proxy server , proxy should request original site.meanwhile want pass custom header every request made through webview including resources.i able connect proxy , able pass header main page request.but issue is,i not able pass header each , every request. have looked @ overrides in webviewclient, nothing allows adding headers resource requests - onloadresource(webview view, string url).i have read many links related , not got answer.i tried using shouldinterceptrequest , all,but of no use.i ready make browser scratch if needed can't compromise in passing header every request core concept of app.
thanks in advance inputs.
Comments
Post a Comment