~ $ curl -v http://beian.miit.gov.cn/
* Trying 116.211.155.229...
* TCP_NODELAY set
* Connected to beian.miit.gov.cn (116.211.155.229) port 80 (#0)
> GET / HTTP/1.1
> Host: beian.miit.gov.cn
> User-Agent: curl/7.64.1
> Accept: */*
>
< HTTP/1.1 521
< Server: nginx
< Date: Tue, 24 Nov 2020 07:11:17 GMT
< Transfer-Encoding: chunked
< Connection: keep-alive
< X-Via-JSL: c846d58,-
< Connection: close
< Set-Cookie: __jsluid_h=ae2c3fe093587147da8eb4951e70ad8e; max-age=31536000; path=/; HttpOnly
<
* Closing connection 0
<script>document.cookie=('_')+('_')+('j')+('s')+('l')+('_')+('c')+('l')+('e')+('a')+('r')+('a')+('n')+('c')+('e')+('=')+(-~[]+'')+([2]*(3)+'')+(~~false+'')+([2]*(3)+'')+(-~1+'')+(~~false+'')+(-~[]+'')+(2+6+'')+(1+6+'')+(2+5+'')+('.')+([2]*(3)+'')+(4+'')+(1+1+'')+('|')+('-')+(-~[]+'')+('|')+('%')+(-~1+'')+('F')+('N')+('X')+('s')+('d')+('r')+('B')+('F')+('C')+('V')+(1+2+'')+('A')+('U')+('d')+('x')+(-~(4)+'')+('L')+('c')+(1+2+'')+('K')+(3+6+'')+('x')+('b')+('h')+('x')+('W')+('o')+('%')+(1+2+'')+('D')+(';')+('m')+('a')+('x')+('-')+('a')+('g')+('e')+('=')+((1+[2]>>2)+'')+(2+4+'')+(~~''+'')+((+false)+'')+(';')+('p')+('a')+('t')+('h')+('=')+('/');location.href=location.pathname+location.search</script>%
~ $
Chrome 显示第 6 次请求才跳转到 HTTPS,明明 2 次就够了,到底在干啥呢?检查客户端支不支持持 HTTPS 么?How?