https的网站到我的http的网站,有些浏览器带上了referer
GET / HTTP/1.1
Host: www.2008red.com
Cache-Control: max-age=0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36
Referer: https://www.baidu.com
Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8,en;q=0.6,zh-TW;q=0.4
这里只要是https的,或者说不是一个网址,服务器就是会返回
403 Forbidden
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
我没有设置啥检测措施。。。这是为啥