Re: WKWebView and cookies
Re: WKWebView and cookies
- Subject: Re: WKWebView and cookies
- From: Jens Alfke <email@hidden>
- Date: Tue, 12 Apr 2016 07:52:10 -0700
> On Apr 12, 2016, at 2:27 AM, Torsten Curdt <email@hidden> wrote:
>
> but I still cannot see the cookie on the client.
Cookie headers are added later. I haven’t used WKWebView, but when using an NSURLSession the cookies aren’t part of the NSURLRequest, but get added when the request is sent.
> I also tried to find it in the cookie storage
> NSHTTPCookieStorage.sharedHTTPCookieStorage().cookies!
WKWebView runs in a separate process, which has its own cookie storage.
What’s the higher-level goal you’re trying to achieve?
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden