AngularJS $ http POST请求

时间:2017-03-30 09:49:43

标签: angularjs json cookies

当我使用标题作为content-type: application/JSON标题发出POST请求时,请勿在请求标题中设置Cookie。但是当我将标题更改为content-type: application/x-www-form-urlencoded时,标题会在请求标题中设置一个Cookie。 服务器接受application/JSON格式。 另外,我已经在客户端提供了with-credentials: true

1 个答案:

答案 0 :(得分:0)

虽然代码不可用,但我认为设置cookie的path参数对你来说很有用。以下内容可能有所帮助:

Why is the browser not setting cookies after an AJAX request returns?

Range types