I have a question about android WebView. It is possible in some way to monitor all trafic that application webView generates? I would like to access all xhr's that loaded page fires periodically. Generally I would like to access all requests that generate webview object.
I found something like
public WebResourceResponse shouldInterceptRequest (WebView view, String url)
I think I'm one step closer to find answer for my question ;). That method catch all request and provide request urls. Now I'm wondering if it is possible to read response in that method.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With