changing the referrer of an Ajax POST

后端 未结 4 982
[愿得一人]
[愿得一人] 2020-12-01 13:58

Anyone knows if with jquery or general javascript, I can change the referrer from the header in an http ajax call?

basically I want it to be sent from my page but ha

4条回答
  •  再見小時候
    2020-12-01 14:59

    The browser will overwrite the referrer always for the tests that I've done. Meaning you can't change the referrer of an ajax call.

提交回复
热议问题