Monday, June 13, 2011

[android-developers] opening a url in browser with post data from an activity

Hi,
 I need to open a browser with a URL when I click on a button in my activity.
The URL has some parameters which I need to send it using HTTP POST method.
I am able to get it working with the GET request where we append the parameters to the end of the URL.
But, I need the POST method way.
Any Ideas on how to send the URL data using POST method to open it in browser.

Thanks,
Shashidhar

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment