I would like to POST data from my Windows Phone to a webpage that I created myself. The webpage will process the data and display any results.
After I POST the data, how I am able to navigate to the webpage with the posted data? (Example to http://www.test.com/#name=joe in the case it was GET)
A possible approach is to dynamically create an HTML page that performs the POST request and load it into the web browser control. The resulting web page will then nicely be displayed in the control.
The HTML page could look like this:
You can load it into a web browser control with NavigateToString method.
Don’t forget to enable JavaScript: