作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我需要知道引荐来源网址,我正在使用 $_SERVER['HTTP_REFERER']
它适用于引用我网站的网站,但它不显示任何网址时已从任何电子邮件收件箱中单击该链接。
最佳答案
简短的回答是您不能使用 HTTP_REFERER 来做到这一点。电子邮件客户端或其他任何人都没有义务在请求中提供此 header 。
来自 php.net :
The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted.
如评论中所述,如果在您的控制范围内,您必须在用户点击的链接中嵌入跟踪信息。
关于php - 获取电子邮件引荐地址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14501280/
我有一个域site.com,我想避免来自诸如new.site.com,used.site.com等子域的引荐。 我使用了_gaq.push(['_ setDomainName','site.com']
我是一名优秀的程序员,十分优秀!