Hacker News new | ask | show | jobs
by TheDong 2087 days ago
The behavior is based on your 'Referer' header in the http request that gets the page.

You can inspect the network request your browser is making to see what it's setting the referrer to.

Why it uses certain values is a combination of your browser's code and the w3c standards, which you may look at if your browser's one of the reasonable open source ones.

1 comments

I'm familiar with referer. I'm saying the behavior changed. The first time I clicked on the link, I was sent to a different location than where I get sent now. From the other comment it appears the site is set up to do that.