HTTP Referer not always being passed

前端 未结 6 1973
时光说笑
时光说笑 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:10

    It is common when you are stuck finding why it is missing: - Sometime your referer is https and you are on http, it will be lost.

    Otherwise: - User accessing by inputing url directly. - A user has bookmarked and come from bookmarks. - Sometime user keep the url default for browser (similar like bookmark) - Proxy surfying may remove referer. - accessing website as bots (search engine)

提交回复
热议问题