Back to HTTP Check Tool
4xx · Client Error

404Not Found

The server can not find the requested resource.

What is HTTP 404?

The 404 Not Found status is the most famous HTTP error. It means the server cannot find the requested resource. The URL may be broken, or the resource may have been deleted or moved.

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

  • Deleted pages
  • Broken links
  • Wrong URL paths
  • Missing API endpoints

Quick Facts

Code404
Category4xx
TypeClient Error

Related 4xx Codes