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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -