I've noticed that if a foreign https:
site links to my non-https site, that I don't get anything in the HTTP Referer header at all. I've experienced this with access.log
, but I presume the same happens with JavaScript's document.referrer
, too.
So, if the referrer is https, is there no way to get any information about it? Not even the hostname / domain name? Or is it possible to somehow get at least the domain, with JavaScript?
Also, I presume running my own site with https
isn't going to solve this issue for me, correct?