0

In my BlackBerry application I need to make some HTTP request using the builtin browser.

Thanks to this old question, I managed to make some GET requests.

Now, my question is: what about making POST requests? Is it even possible?

Community
  • 1
  • 1
TheHuge_
  • 1,039
  • 17
  • 29

1 Answers1

1

Explore the class BrowserField.

You can use following methods:

Rupak
  • 3,674
  • 15
  • 23