Android WebView ajax请求拦截

时间:2015-06-14 09:12:11

标签: android ajax webview

我想拦截来自WebView的ajax调用,将额外数据添加到url,并照常继续请求:

例如:将http://localhost:5000/doSomething更改为

http://localhost:5000/doSomething?secret=my_secret

然后传递Web服务器的请求。

我没有用shouldInterceptRequest

成功做到这一点

0 个答案:

没有答案