分析WebResourceResponse的方法

时间:2018-01-02 11:47:46

标签: android webview

我想分析从WebView发送的所有请求。 为此,我已覆盖WebViewClientshouldInterceptRequest。 我可以看到请求,但我希望看到webView将收到的回复。我需要这个用于分析,我不需要改变响应。 line bellow给出null,

WebResourceResponse response = super.shouldInterceptRequest(view, request);

我知道,shouldInterceptRequest()返回null,表示没有人拦截请求,webView将加载来源URL。 但是,我希望看到这个WebResourceResponse并且不要自己实现它。谢谢!!

0 个答案:

没有答案