[Webkit-unassigned] [Bug 200857] REGRESSION (iOS 13): WKWebView does not include cookies/credentials in cross-origin-requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 10 00:08:51 PDT 2019


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

--- Comment #20 from dima <dmiperl at gmail.com> ---
(In reply to Alexey Proskuryakov from comment #19)
> Could you please elaborate on end user impact of this problem? What are the
> popular apps that have important functionality broken because of this
> regression?

Whatsapp, Twitter, FaceBook, Goldman Sacks App..?

What difference doesn't it make the popularity or importance of the app?
It breaks our mobile app because we rely on session cookies. It will break any other app which does the same. If server complies with request and provides all necessary headers according to the spec the client must fulfill it's part. Or reject the response and raise the error.

The impact of not doing this is that the developer will have to replace the entire mechanism of session management on the server side or fork and fix this bug themselves.

-- 
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/20190910/88f54219/attachment.html>


More information about the webkit-unassigned mailing list