Is it possible to swizzle connection:didReceiveResponse:
and connection:willsendrequestforauthenticationchallenge:
delegate methods. If Yes, Please suggest me a way to do this. I am able to swizzle initwithrequest:
method but I am not able to swizzle delegate methods.
Note: I can use nsurlconnection though it is deprecated.