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.