Since iOS 12 Safari blocks my url from asking for credentials because it's a cross-origin request. Everything worked fine with iOS 11. So I think that all headers are set right.
The console output is:
Blocked *URL* from asking for credentials because it is a cross-origin request.
I can't find anything in the release notes that indicates what may have changed.
https://developer.apple.com/documentation/safari_release_notes/safari_12_release_notes
Does anybody of you know what Apple changed in Safari 12 to increase the security / block cross-origin requests from asking for credentials?
Thanks for your help!