HTTP 408 Request Timeout
Client ErrorThe server timed out waiting for the client to send the complete request.
Common Causes
- Slow network connection
- Client took too long to send the request body
- Idle connection exceeded server timeout
How to Fix
- Retry the request
- Check network connection speed
- Reduce request payload size
- Increase server timeout if you control it
Related Status Codes
Need to look up other HTTP status codes?
View the Full HTTP Status Code Reference