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
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745415023a4626708.html
评论列表(0条)