使用 Python 的 urllib2.urlopen('https://www.baidu.com').read()
取到的 html 字符串
<html><head><script>
location.replace(location.href.replace("https://","http://"));
</script></head><body><noscript>
<meta http-equiv="refresh" content="0;url=http://www.baidu.com/
">
</noscript></body></html>
这是正常的 https 站点吗?
1
nazor 2017-10-09 16:54:31 +08:00 1
...你 user-agent 的问题
|
2
wwjvtwoex OP 谢谢,回头学习一下
|
3
dooonabe 2019-01-26 21:10:41 +08:00
微信小程序访问 baidu 的接口时,android 端没有问题,ios 端也是会有上述这个问题,不太像 user-agent 的问题
|