Client error
HTTP 404: Not Found
HTTP 404 means the server could not find the requested resource.
Meaning
The request reached a server, but the server has no matching resource for that URL.
Common causes
The URL may be misspelled, moved, deleted, or not routed by the application.
What to check
Check the URL, confirm the route exists, restore the missing resource, or add a redirect.
Example response
HTTP/1.1 404 Not FoundReferences
- Registry
- IANA HTTP Status Code Registry
- Spec
- RFC 9110 §15.5.5
- Guide
- MDN 404 Not Found
Related HTTP status codes
Nearby codes often answer the next debugging question.