• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Sending Cookies in NSMutableURLRequest
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sending Cookies in NSMutableURLRequest


  • Subject: Re: Sending Cookies in NSMutableURLRequest
  • From: "Quinn \"The Eskimo!\"" <email@hidden>
  • Date: Mon, 12 Sep 2011 23:20:19 +0100

On 12 Sep 2011, at 23:12, Jerry Krinock wrote:

> When I send message -setHTTPShouldHandleCookies:YES to an NSMutableURLRequest, does that mean that it will search in -[[NSHTTPCookieStorage sharedHTTPCookieStorage], find all the cookies that are qualified by domain and path, and send them when in an NSURLConnection created with this request?

Yes.

> Is there a way to see the cookies that are actually being sent?

You should take a look at the request that's passed to your -connection:willSendRequest:redirectResponse: delegate method.  I don't know if we've applied the cookies by the time we call that method, but it's an easy thing to test.

> Cookies don't seem to show in -allHTTPHeaders, and I cannot see them in tcpdump either if using SSL (https).

One option here is to use an HTTPS proxy.  IIRC QA1176 "Getting a Packet Trace" has a link to one.

<http://developer.apple.com/library/mac/#qa/qa2001/qa1176.html>

S+E
--
Quinn "The Eskimo!"                    <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Sending Cookies in NSMutableURLRequest
      • From: Mark Pauley <email@hidden>
References: 
 >Sending Cookies in NSMutableURLRequest (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Sending Cookies in NSMutableURLRequest
  • Next by Date: WiFi programmatical management
  • Previous by thread: Sending Cookies in NSMutableURLRequest
  • Next by thread: Re: Sending Cookies in NSMutableURLRequest
  • Index(es):
    • Date
    • Thread