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
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.