admin管理员组

文章数量:1425892

I'm doing a /login POST request with the flag withCredentials = true. And the response is the expected and if I inspect with Chrome Dev Tools -> Network I can see a response header named Set-Cookie with this content:

Set-Cookie:JSESSIONID=1944a870623c3499ea938df17a5g; Path=/; Secure; HttpOnly

But...

The cookie is not created in the browser

本文标签: javascriptAngular Cookie is not createdStack Overflow