Get the http response code from every UIWebView request
问题 I need to check the response status code while loading any of the url in the webview fo. For now we can consider any of the web application I am loading inside the web view.So I need to track down every request withing that webview and check out the response code accordingly. For finding the response code, I need to use NSUrlConnection inside the uiwebview's delegate method "shouldStartLoadWithrequest". Some thing like this - - (BOOL) webView:(UIWebView *)webView shouldStartLoadWithRequest: