Hi.
I have a page where in Javascript I add to the location hash something like: location.hash = "initial_source=previous_referrer".
Afterwards a window.location is done in order to redirect.
However the receiver gets the referrer in his request without the hash (#) part.
Is it possible to somehow modify the URL in the initial page, without a redirect, so the final referrer is what is desired?
Thank you.