How do I SET a Cookie (header) with XMLHttpRequest in JavaScript?

前端 未结 5 783
一个人的身影
一个人的身影 2020-11-30 00:43

I\'m trying to set a Cookie in a XSS request using XMLHttpRequest.

I found the XMLHttpRequest Specification, and section 4.6.2-5 does seem to suggest that setting Co

5条回答
  •  旧时难觅i
    2020-11-30 01:30

    If your request at the same domain as jquery code, you can use jquery cookies plugin

提交回复
热议问题