• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How can I get form data from a header in Android WebView?

Hi,

I have to use Android Webview in my project. Inside of the Webview I have to use a form. After the user fills and sends the form, Form redirects to 2 or 3 different links and in the final, it returns to one link with the result. Result comes from Header Form Data. I have to read form data and check the result. With javascript injection, I can reach the response header(content-type, content-length etc.) but I could not read the Form Data from Header.

How can I get the Form Data from a Webview?

Thank you.
 
Back
Top Bottom