I'm stumped! I'm hoping that someone can help on this one.
I am trying to find a way to know what website has called an image from our server. For instance if website A placed an image from my server on a page, what is the url of that page?
I know that you can use ASP ServerVariables("HTTP_REFERER") as one method but I also know that this is unreliable as header information can be spoofed and if the image is called from a secure page (HTTPS) then there is no HTTP_REFERER information sent in the headers.
I know that there must be a way to do this because when I look at my website stats using AWStats I see visitors that come from secure sites such as https://www.paypal.com
If AWStats can track the referring websites that are visiting from HTTPS then there must be a way to do it.
Can someone help???
|