HTTP Referer not always being passed

前端 未结 6 1971
时光说笑
时光说笑 2020-12-17 17:44

I have an application which records users visits. None of these visits are directly accessed, 100% of these visits are referred from another site.

I am passing

6条回答
  •  自闭症患者
    2020-12-17 18:23

    If a user visits your site directly, there is no referrer. It's also possible they have set it up so their browser never sends the referrer.

    According to this answer, browsers do not necessarily send a referrer when doing a meta refresh.

提交回复
热议问题