408
Request Timeout
Client Error
Description
The server timed out waiting for the request
Common Usage
Client took too long to send the request
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 408 Request TimeoutcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 408 Request TimeoutClient 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