> On Apr 12, 2016, at 2:27 AM, Torsten Curdt <[email protected]> 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 protected])

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to