Is there a way in JavaScript to redirect to a different page with window.location, and some sender header.
Example:
I redirect from mypage.com to yourpage.com with a header in the redirect request, and when I reach yourpage.com, I should be able to get that header.
Is that possible by any way?