爬https://www.baidu.com/时返回问题

发布于 2022-09-01 15:30:50 字数 1499 浏览 22 评论 0

https://www.baidu.com/时返回下面这段
{"req":{"method":"GET","url":"https://www.baidu.com/"},"header":{"server":"bfe/1.0.8.5","date":"Sat, 18 Jul 2015 09:46:43 GMT","content-type":"text/html","transfer-encoding":"chunked","connection":"close","last-modified":"Thu, 09 Oct 2014 10:47:57 GMT","set-cookie":["BD_NOT_HTTPS=1; path=/; Max-Age=300","BIDUPSID=DB247156CC8E92FDEF52C96D9CD419DE; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com","PSTM=1437212803; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com","BDSVRTM=0; path=/","__bsi=2456321548234805317_00_66_N_N_1_0303_C02F_N_N_N_0; expires=Sat, 18-Jul-15 09:46:48 GMT; domain=www.baidu.com; path=/"],"p3p":"CP=\" OTI DSP COR IVA OUR IND COM \"","x-ua-compatible":"IE=Edge,chrome=1","pragma":"no-cache","cache-control":"no-cache","bdpagetype":"1","bdqid":"0xf5e2ef8200002fca","bduserid":"0","content-encoding":"gzip"},"status":200,"text":"<html>\r\n<head>\r\n\t<script>\r\n\t\tlocation.replace(location.href.replace(\"https://\",\"http://\"));\r\n\t</script>\r\n</head>\r\n<body>\r\n\t<noscript></noscript>\r\n</body>\r\n</html>"}

location.replace(location.href.replace(\"https://\",\"http://\"));这段不是由https跳回到http?
那为什么url还是https://www.baidu.com/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心作怪 2022-09-08 15:30:50

是因为你的请求 cookie 里有 BD_NOT_HTTPS=1 吧……

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文