save refferer header at 301 redirect from http to http -


i have https site on nginx. if sent http request on domain, redirects https version. exept 1 url, send 301 redirect http domain.

my goal add in browser's header field referrer, when redirects through 301 redirect domain http part of site. know, security rules drop referrer header, when browser goes https http. http http must work fine, isn't it?

if go http http page through hyperlynk, save refferer on same browsers, used test 301 redirect.

to add referrer https http

<meta name="referrer" content="origin"> 

Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -