Do you know of any way to dynamically change the referrer variable for all visitors of my website? I'm trying to POST a form to a search engine, but the engine needs an empty referrer to return results...
I've tried defining the variable as hidden in the posted form, but that obviously doesn't work. I'm pretty sure this is possible...
Thanks.