I have an android app that consists of a webview. It needs to allow users to fill in a form on a webpage and then change the data of the form after the user has clicked
I liked the suggestion for public void postUrl(String url, byte[] postData) , but unfortunately it did not work for me.
My solution for just intercepting the POST request:
Code excerpt & additional thoughts here: https://stackoverflow.com/a/9493323/2162226