Receive Post Data From A 3rd Party Within A Webview
Stuck on an issue with http post data. So we've created a webview to work in. Then called a third party webservice this ask's to provide a postback url and some parameters, the web
Didn't find a way to do this. Basically can't get at data posted at a webview or a browser intent.
Instead the solution we went with is:
Postback to a server, get the postdata here (PHP) and save in a DB, then retrieve the data from this DB within the phone.
You may like these posts
Post a Comment for "Receive Post Data From A 3rd Party Within A Webview"