When i send a HTTP GET via ajax, does it includes propers cookies? or cookies goes in the request only when Method is POST?
Ajax'GET'http方法行为
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
weixin_33737134 2014-04-14 23:58关注It should send cookies with either type of request, just like the browser does when following links or submitting a form.
解决 无用评论 打赏 举报