当我使用标题作为content-type: application/JSON
标题发出POST请求时,请勿在请求标题中设置Cookie。但是当我将标题更改为content-type: application/x-www-form-urlencoded
时,标题会在请求标题中设置一个Cookie。
服务器接受application/JSON
格式。
另外,我已经在客户端提供了with-credentials: true
。
答案 0 :(得分:0)
虽然代码不可用,但我认为设置cookie的path参数对你来说很有用。以下内容可能有所帮助:
Why is the browser not setting cookies after an AJAX request returns?