Sometimes I log the value of document.referrer
on the website in js.
From the log, I have also seen that sometimes (very few though) the document.referrer
shows the application website URL.
Technically, if the referrer is from itself (say, direct go to application by typing the address), the value of document.referrer
should be empty.
Any idea why this could be domain itself?