Hi,
I'm using UIWebView in my application, and I would like to learn how can I evaluate 403 Forbidden error. I know it is possible, because native Safari can do this (you can see 403 Forbidden title when this happens). Unfortunately, I couldn't find any clues in UIWebView class documentation. I know that there is a method called webView:didFailLoadWithError: but it evaluates different kind of errors i.e. no connection and so on. If I got 403 error in my app the page is loaded sucessfully showing "Forbidden... bla bla bla" and nothing happens.
Thanks for any clues.
I'm using UIWebView in my application, and I would like to learn how can I evaluate 403 Forbidden error. I know it is possible, because native Safari can do this (you can see 403 Forbidden title when this happens). Unfortunately, I couldn't find any clues in UIWebView class documentation. I know that there is a method called webView:didFailLoadWithError: but it evaluates different kind of errors i.e. no connection and so on. If I got 403 error in my app the page is loaded sucessfully showing "Forbidden... bla bla bla" and nothing happens.
Thanks for any clues.