I'm not talking about a UIWebView, I want to open the mobile safari app using an NSURLRequest.
Why? In my app, the user has already logged into our web server. I want to give the user the option of launching the webpage without having to reenter their credentials. However, I can't use a GET because that would put their credentials in the URL.
So, can I open the safari app (not a UIWebView) from my app with an NSURLRequest or a POST in some other form?