http://www.gpnotebook.co.uk
http状态查询:
HTTP/1.1 302 Moved Temporarily
Date: Wed, 18 Jun 2025 12:02:17 GMT
Content-Type: text/html
Content-Length: 143
Connection: keep-alive
Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Location: https://gpnotebook.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=O%2F1IXh%2FO7%2FTERR73tXPLdPb8GQ2q2CaJ%2F%2BfxYwMxPNuOJnxOWAprGbfSt0S0QYkDluKqgapE7qhR3D6GVLbqcUkNa0VksYEItq%2BhFdT9Klot5dg7DNdT5BbViqoJ7AfPgPUt8geAxA%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 951aa30b4a435c43-AMS
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=220230&min_rtt=220230&rtt_var=110115&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=342&delivery_rate=0&cwnd=250&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
HTTP/1.1 200 OK
Date: Wed, 18 Jun 2025 12:02:18 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Cf-Ray: 951aa31308b765a8-FRA
Age: 2498
Cache-Control: public, max-age=0, must-revalidate
Referrer-Policy: strict-origin-when-cross-origin
Set-Cookie: geo-ip-country-name=People's%20Republic%20of%20China; Path=/; Secure
Strict-Transport-Security: max-age=63072000; includeSubDomains
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Matched-Path: /en
X-Nextjs-Prerender: 1
X-Powered-By: Next.js
X-Vercel-Cache: HIT
X-Vercel-Id: fra1::lhr1::69sng-1750248138761-8caf5a9a3816
Cf-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zLWylif5HcGwi%2B0iogGT8m%2FO5YUa08IXv4XT6ST2%2F2sa1GlosBFdYjKwT1hJiertXdvuIVxGa46zJcwI4QNJrBtPmtPN7v6PBsrw4J%2B2ijA4zzmMtXxkM9d0xzR7gSAc"}],"group":"cf-nel","max_age":604800}
Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
server-timing: cfOrigin;dur=99,cfEdge;dur=32
server-timing: cfL4;desc="?proto=TCP&rtt=170894&min_rtt=170618&rtt_var=36471&sent=5&recv=7&lost=0&retrans=0&sent_bytes=2815&recv_bytes=659&delivery_rate=16970&cwnd=33&unsent_bytes=0&cid=78123696ae6525b3&ts=485&x=0"
http状态码说明:
200 :服务器已成功处理了请求并提供了请求的网页。
204: 服务器成功处理了请求,但没有返回任何内容。
301: 请求的网页已永久移动到新位置。当URLs发生变化时,使用301代码。搜索引擎索引中保存新的URL。
302: 请求的网页临时移动到新位置。搜索引擎索引中保存原来的URL。
304: 如果网页自请求者上次请求后没有更新,则用304代码告诉搜索引擎。
400: 服务器错误。
403: 服务器拒绝请求。
404: 服务器找不到请求的网页。服务器上不存在的网页经常会返回此代码。
410 :请求的资源永久删除后,服务器返回此响应。该代码与 404(未找到)代码相似,
500 :服务器遇到错误,无法完成请求。
503: 服务器目前无法使用(由于超载或停机维护)。