[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
Thu Sep 26 07:20:28 PDT 2019


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

--- Comment #33 from Nicola Fankhauser <one-webkitbugzilla at variant.ch> ---
(In reply to Stephane from comment #17)
> I had the same problem with my ionic 3 app and ios 13.
> I found workarounds using :
> 
> https://github.com/sneas/ionic-native-http-connection-backend
> 
> https://ionicframework.com/docs/native/http/#installation
> 
> By replacing the API calls from rxjs with the native objective C http call,
> the cookie persist well from the http response of the backend.

For our vanilla Cordova app we used the following plugin, diverting all CORS calls to work around the broken WebKit XHR API:

https://github.com/silkimen/cordova-plugin-advanced-http

-- 
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/20190926/b5d26e92/attachment.html>


More information about the webkit-unassigned mailing list