How to redirect keeping the referral without server-side redirects?
- by sergilazaro
I have an HTML page hosted in Dropbox that some external websites link to. I want to redirect to a different page using only HTML or Javascript, since I can't use any server-side redirects.
My goal is to be able to keep the original referral information for analytics. I've tried different ways but they all end up showing up with no referral.
So…