cinarrtolga
Lurker
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.
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.