-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Description
As far as I know, NSURLProtocl could intercepts all reqeuests sent by URL Loading System. But after testing Alamofire (as well as AFN), My custom NSURLProtocol couldn't intercepts those requests sent by it, whici means the protocol's "canInitWithRequest" won't be consulted, but for those sent by NSURLSession, this method could be invoked.
anyone could help me ?
thx