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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -