Safari does not set cookie but Chrome and Firefox do
问题 I'm sending requests from the localhost to third party server to get data using REST API. Backend uses cookies ("JSESSIONID") to understand either send data or not. All works fine in Chrome, and I can see Cookies in the Application tab of the Chrome browser, with some data. But this specific key ("JSESSIONID") is not set as a value. Meanwhile in Safari Cookies tab does not contain any value, but I can see this line in Response: Set-Cookie: JSESSIONID