Android WebView ajax request interception -
i intercept ajax call webview, add data url, , continue request usual:
for example: change http://localhost:5000/dosomething
to
http://localhost:5000/dosomething?secret=my_secret
and pass request web server.
i didn't succeeded doing shouldinterceptrequest
Comments
Post a Comment