Intercepting POST in WebView using NDK
Posted
by
ravi
on Stack Overflow
See other posts from Stack Overflow
or by ravi
Published on 2012-09-07T03:34:17Z
Indexed on
2012/09/07
3:38 UTC
Read the original article
Hit count: 201
I am trying to intercept http POST method in WebView android, but not able to find any suitable method for the same. In API 11 there is a method shouldInterceptRequest, but it gives only webviewq and url as parameters so cater only GET request, it doesnot provide POST body data and request type indicator.
My question : Is there any way to override this method in android NDK ? or if i can pass a flag which identify request and also i can provide POST data.
Also if you have any other solution, tell me.
© Stack Overflow or respective owner