I've got traffic being 302'd to my site. All I get to see is the original page the click started at.
Is there a way (java/php) to read the URl of the 302?
e.g.
URl 1: http://www.example.com/folder/page.php
a href links to
URl 2: http://www.othersite.com/redirect.php
which 302 redirects to
URl 3: http://www.mysite.com/
I only know how to find out what URl 1 is using coding on my own site (http referer). How do I find out what URl 2 is? Currently, nothing I do tells me.