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

前端 未结 5 784
一个人的身影
一个人的身影 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条回答
  •  囚心锁ツ
    2020-11-30 01:21

    If you set the cookie using document.cookie then when you send the request the cookie header will include it.

提交回复
热议问题