【发布时间】:2011-10-12 15:42:22
【问题描述】:
是否可以在请求标头中删除或隐藏 http referer 信息? 我想使用可能在 javascript python 或 django 中的脚本从我的站点中删除访问其他站点的用户的 http 引荐来源信息
示例:
Host slogout.espncricinfo.com
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip, deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Connection keep-alive
Referer http://slogout.espncricinfo.com/index.php?page=index&level=login
【问题讨论】:
-
来自您的脚本?网站?在您的计算机上浏览时?
-
什么意思?如何以编程方式进行?或在自定义网络浏览器中?如果首先,您需要哪个平台的解决方案(例如 php、c++ 等...)?
-
@cularis 我想删除从我的网站转到另一个网站的访问者的 http 推荐人信息...
-
@heximal 我想以编程方式使用这些语言中的任何一种 javascript、jquery、python django 或 html
标签: http http-headers referrer-policy