All HTTP status codes
HTTP 408 Request Timeout
Client ErrorThe server gave up waiting for the client to finish sending the request. Servers often close the connection afterwards.
Defined in RFC 9110
Common causes
- Slow or stalled client connections (poor networks, paused uploads)
- Keep-alive connections idled past the server's request timeout
How to fix it
Retry the request (it's safe to retry by definition)
Increase client-side upload performance or chunk large bodies
Tune server header/body timeout settings if legitimate clients are cut off
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.