https://www.geeksforgeeks.orghttp状态查询:

HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 268899 Connection: keep-alive Date: Sun, 04 May 2025 02:27:36 GMT Server: nginx Cache-Control: s-maxage=53053, max-age=0 X-Powered-By: Next.js ETag: "8ejhyapj815rhf" X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Referrer-Policy: no-referrer-when-downgrade Content-Security-Policy: default-src 'self' http: https: ws: wss: data: blob: 'unsafe-eval' 'unsafe-inline'; frame-ancestors 'self'; Permissions-Policy: interest-cohort=() Strict-Transport-Security: max-age=31536000; includeSubDomains Vary: Accept-Encoding,Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 518f46e79d9e7fee6a625c5924750956.cloudfront.net (CloudFront) X-Amz-Cf-Pop: SFO5-P1 X-Amz-Cf-Id: wMemUqER5zntreNd7TdfGhXqtLNLXGXsR-hCmwC8FtpRb1GjSqDznw== Age: 30445 http状态码说明: 200 :服务器已成功处理了请求并提供了请求的网页。 204: 服务器成功处理了请求,但没有返回任何内容。 301: 请求的网页已永久移动到新位置。当URLs发生变化时,使用301代码。搜索引擎索引中保存新的URL。 302: 请求的网页临时移动到新位置。搜索引擎索引中保存原来的URL。 304: 如果网页自请求者上次请求后没有更新,则用304代码告诉搜索引擎。 400: 服务器错误。 403: 服务器拒绝请求。 404: 服务器找不到请求的网页。服务器上不存在的网页经常会返回此代码。 410 :请求的资源永久删除后,服务器返回此响应。该代码与 404(未找到)代码相似, 500 :服务器遇到错误,无法完成请求。 503: 服务器目前无法使用(由于超载或停机维护)。