Back to HTTP Check Tool
4xx · Client Error

404Not Found

服务器找不到请求的资源。

What is HTTP 404?

404 Not Found 是最著名的 HTTP 错误。表示服务器找不到请求的资源。可能是 URL 错误、资源已被删除或移动。注意:404 也可能表示服务器不想透露拒绝原因。

Example

GET /page-that-doesnt-exist → 404 Not Found

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • 页面已被删除
  • 链接失效(死链)
  • 错误的 URL 路径
  • API 端点不存在

Quick Facts

Code404
Category4xx
TypeClient Error

Related 4xx Codes