I have a couple of UITextFields in my view and a button. When the user fills them out and hits the button I would like to create a POST request and open the resulting page in Safari. I’ve gotten the request property built and ready to go using this example and others:
How do I make HTTP post request for getting JSON object in response for iPhone application?
However I’m stuck on how to send the request object to safari, any help would be appreciated.
I’ve found this link that may help. The author of it just creates some temporary html file that opens up in safari and then safari sends the POST and gets response…