Home >Backend Development >PHP Tutorial >javascript - How to hide referrer in html link or server jump?
I don’t want others to see the source page
I don’t want others to see the source page
location.replace
history.pushState can also be tried
onclick="window.open(yourUrl)";
There is no Referer attribute in the request header for requesting yourUrl