- * Trying 42.157.129.124:80...
- * Connected to www.bt.cn (42.157.129.124) port 80 (#0)
- > GET / HTTP/1.1
- > Host: www.bt.cn
- > User-Agent: curl/7.74.0
- > Accept: */*
- >
- * Mark bundle as not supporting multiuse
- < HTTP/1.1 301 Moved Permanently
- < Date: Wed, 22 Dec 2021 13:20:30 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
复制代码 |