What would the HTTP referrer be in the following cases:
- User clicks a link on a website and arrives at a different website that is hot linking an image from a 3rd website, what would the referrer be on the image.
- User clicks a link that goes to a different website that uses META Refresh to send them back to the first website.
- User clicks a link that goes to a different website which contains an iframe to a second page on the second site, is the referrer the original site or the second site?
I cant seem to find an answer, If I cant get an answer here then i'll just make the pages and test it.