iOS: respect "withCredentials: false" in XMLHttpRequest #24080
Labels
Bug
🌐Networking
Related to a networking API.
Platform: iOS
iOS applications.
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
🐛 Bug Report
Even with
withCredentials: false
network requests still sending cookies.To Reproduce
yandexuid
cookie in response)withCredentials: false
and you will see that cookies are sentExpected Behavior
No cookies with
withCredentials: false
.Code Example
Actually there is very easy fix to it
If everyone is okay I can make PR for it.
Environment
The text was updated successfully, but these errors were encountered: