weixin_33691598 2014-04-14 23:51 采纳率: 0%
浏览 5

Ajax'GET'http方法行为

When i send a HTTP GET via ajax, does it includes propers cookies? or cookies goes in the request only when Method is POST?

  • 写回答

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.

    评论

报告相同问题?