I'm overriding WebViewClient#shouldOverrideUrlLoading(WebView view,
String url) to do some aggregate loading of remote HTML. Works great
for regular links and GET forms, but the loaded data may also contain
POST form. Is it possible to get form field values if form method is
set to POST? Or in more general terms - is it possible to access
request headers inside of the above method?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to