I was looking at this posting where the op says he is canceling requests in web view:shouldStartLoadWithRequest:
How to do authentication in UIWebView properly?
How is that possible? I don't see any API on NSURLRequest to cancel it. I know its possible to cancel an NSURLConnection, if the op meant to say NSURLConnection in the posting instead of NSURLRequest, then how do you obtain the underlying NSURLConnection from within a UIWebView?