404
Not Found
Client Error
Description
The requested resource could not be found
Common Usage
Most common error; resource doesn't exist or was deleted
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 404 Not FoundcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 404 Not FoundClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category