Hello,
Within my website, I have a link that opens another page. This other page is a simple redirect page. It redirects the user to yet another page and this other page can be different depending on the user's personal preferences that are set in the very first page.
The problem is by the time the user is on the final landing page, the referer header is the same domain as the very first page. The very first page's referrer contains personal preferences that I do not want carried over after the redirect page.
Is there any way to change the referer header before the user lands on the final landing page?
Thanks.
Within my website, I have a link that opens another page. This other page is a simple redirect page. It redirects the user to yet another page and this other page can be different depending on the user's personal preferences that are set in the very first page.
The problem is by the time the user is on the final landing page, the referer header is the same domain as the very first page. The very first page's referrer contains personal preferences that I do not want carried over after the redirect page.
Is there any way to change the referer header before the user lands on the final landing page?
Thanks.