[Webkit-unassigned] [Bug 198554] Unable to get cookies from WKWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 13:54:29 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198554

--- Comment #3 from Alex Christensen <achristensen at apple.com> ---
websiteDataStore.httpCookieStore.getAllCookies does go to the network process and gets the cookies from the storage that the WKWebView is using.  It's possible a sub resource is setting the cookie after the main resource is done loading, in which case it's possible that getAllCookies would get the cookies between main and sub resource loading.  The cookiesDidChange should indeed be called, though, so something is strange here.  Could you attach a simple project that reproduces the issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190605/5d142f15/attachment.html>


More information about the webkit-unassigned mailing list