- bytes from 42.157.129.124 (42.157.129.124): icmp_seq=1 ttl=48 time=28.4 ms
- 64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=2 ttl=48 time=28.3 ms
复制代码
- About to connect() to www.bt.cn port 80 (#0)
- * Trying 42.157.129.124...
- * Connected to www.bt.cn (42.157.129.124) port 80 (#0)
- > GET / HTTP/1.1
- > User-Agent: curl/7.29.0
- > Host: www.bt.cn
- > Accept: */*
- >
- < HTTP/1.1 301 Moved Permanently
- < Date: Mon, 27 Sep 2021 14:46:36 GMT
- < Content-Type: text/html
- < Content-Length: 162
- < Connection: keep-alive
- < Location: https://www.bt.cn/
- < Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
- <
- <html>
- <head><title>301 Moved Permanently</title></head>
- <body>
- <center><h1>301 Moved Permanently</h1></center>
- <hr><center>nginx</center>
- </body>
- </html>
- * Connection #0 to host www.bt.cn left intact
复制代码 |