Y
Hacker News
new
|
ask
|
show
|
jobs
by
Grebbles
1972 days ago
How exactly does a redirect like that work? I didn't know links provided context when loading the subsequent page.
2 comments
ayewo
1972 days ago
The web server was configured to check the referrer.
If (referrer === ‘https://news.ycombinator.com’) { // show offensive pic of male genitalia }
link
abiogenesis
1972 days ago
https://en.wikipedia.org/wiki/HTTP_referer
link