W
W
Whois2016-03-31 20:51:59
PHP
Whois, 2016-03-31 20:51:59

Redirect without passing REFERER?

Can you please tell me if it is possible to make a redirect using nginx or php without passing the HTTP_REFERER header?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
H
hscode, 2016-03-31
@andrey_id123456789

You can make a redirect to https and from it on your site, as a result there will be no referrer

D
Dimonchik, 2016-03-31
@dimonchik2013

the header is transmitted by the browser - almost impossible

T
ThunderCat, 2016-03-31
@ThunderCat

There is a perverted method - to display a js redirect, but this is completely ... well, damn it, finally )

P
Pavel Volintsev, 2016-03-31
@copist

1. proxying with proxy_pass in nginx with HTTP_REFERRER header suppressed
2. landing page request via curl/file_get_contents in PHP without specifying HTTP_REFERRER

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question