Get HTTP Referrer on Redirection

前端 未结 2 1080
庸人自扰
庸人自扰 2021-01-18 00:15

How can you get the HTTP Referrer when redirected from another website, not when they click on a link since it would work for $_SERVER[\'HTTP_REFERER\'], but it

2条回答
  •  清歌不尽
    2021-01-18 00:57

    How can you get the HTTP Referrer when redirected from another website

    You can't. If the redirection takes place under your control, you can add the original referer as a parameter, but if the external redirector doesn't do that, you have no way to get hold of the information.

提交回复
热议问题