当我使用curl -I http://trevulan.com
时,我收到200条响应,但未返回“位置”:
HTTP/1.1 200 OK
Date: Fri, 11 Jan 2019 21:59:14 GMT
Server: Apache/2.4.27 (Red Hat) OpenSSL/1.0.1e-fips
Set-Cookie: PHPSESSID=j6qrv64gj9q5c5dnnllq2d59e0; expires=Sat, 12-Jan-2019 21:59:14 GMT; Max-Age=86400; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
当我使用viewdns.info并让他们查找相同URL的HTTP标头时,他们的查找显示302重定向,包括位置。 this类似工具也是如此。
viewdns.info看起来像这样:
HTTP Headers for trevulan.com
==============
HTTP/1.1 302 Found
Date: Fri, 11 Jan 2019 15:53:27 GMT
Server: Apache/2.4.27 (Red Hat) OpenSSL/1.0.1e-fips
Location: http://custsupport.net/notAvailable.php
Connection: close
Content-Type: text/html; charset=UTF-8
这可能是什么原因?