How to differentiate a NSURLRequest between UIWebView and NSURLConnection in NSURLProtocol or NSURLCache?
I want to monitor a UIWebView's request without NSURLConnection, how to do?
The UIWebView's content has resource: js
, image
, href
.
How to differentiate the NSURLRequest from this resource and common NSURLConnection?
thanks.