Executing javascript during redirect without changing original referrer
Posted
by git-noob
on Stack Overflow
See other posts from Stack Overflow
or by git-noob
Published on 2009-04-20T20:09:59Z
Indexed on
2010/04/01
12:03 UTC
Read the original article
Hit count: 499
I need to test whether or not a click-through is valid by using some javascript client-side tests (e.g., browser window dimensions).
However, I would like the original click referrer to remain the same. Is there a way I can do a redirect, execute some javascript, capture the browser details and then continue the click-through while keeping the original referrer value the same?
© Stack Overflow or respective owner