request_data_webviewclient
request_data_webviewclient copied to clipboard
Android WebView with a custom WebResourceRequest that contains the outgoing payload of AJAX requests
this method is can not override shouldOverrideUrlLoading
Env: Emulator with Android 9 Repro: I setup my WebView according to the example provided on the main page of this library and load an url. The loaded page makes...
I have ajax website and i need to add headers to every request from my webview, even for post buttons inside website. What i need to do? Im trying to...
`2019-04-09 18:24:12.224 8048-8510/W/System.err: java.lang.RuntimeException: interceptheader.html 2019-04-09 18:24:12.224 8048-8510/W/System.err: at xxxx.konstantinschubert.writeinterceptingwebview.WriteHandlingWebViewClient.injectInterceptToStream(WriteHandlingWebViewClient.java:124) 2019-04-09 18:24:12.225 8048-8510/ W/System.err: at xxxx.konstantinschubert.writeinterceptingwebview.WriteHandlingWebViewClient.injectIntercept(WriteHandlingWebViewClient.java:99) 2019-04-09 18:24:12.225 8048-8510/W/System.err: at xxxx.konstantinschubert.writeinterceptingwebview.WriteHandlingWebViewClient.shouldInterceptRequest(WriteHandlingWebViewClient.java:57) 2019-04-09 18:24:12.225 8048-8510/ W/System.err: at xH.a(SourceFile:54) 2019-04-09 18:24:12.225 8048-8510/...