标签: android ajax webview
我想拦截来自WebView的ajax调用,将额外数据添加到url,并照常继续请求:
例如:将http://localhost:5000/doSomething更改为
http://localhost:5000/doSomething
http://localhost:5000/doSomething?secret=my_secret
然后传递Web服务器的请求。
我没有用shouldInterceptRequest