GET / HTTP/1.1
Host: map.baidu.com
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64)
DNT: 1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Referer: http://127.0.0.1/test/
Accept-Encoding: gzip, deflate, br
Accept-Language: zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7
我从本地页面点击到百度地图。
上面的 "Referer: http://127.0.0.1/test/"有没有办法隐藏掉。
如何跳转外站隐藏 Referer,而非外站允许 Referer,例如百度搜索跳到百度地图,允许 Referer。
Host: map.baidu.com
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64)
DNT: 1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Referer: http://127.0.0.1/test/
Accept-Encoding: gzip, deflate, br
Accept-Language: zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7
我从本地页面点击到百度地图。
上面的 "Referer: http://127.0.0.1/test/"有没有办法隐藏掉。
如何跳转外站隐藏 Referer,而非外站允许 Referer,例如百度搜索跳到百度地图,允许 Referer。