408
⚠️ Client Error RFC 9110, Section 15.5.9

Request Timeout

The server did not receive a complete request message within the time it was prepared to wait.

Common Use

Client took too long to send the complete request. Common in slow connections or when uploading large files.

API Endpoint

https://codes.uncodigo.com/http/408

Example with curl

curl -i https://codes.uncodigo.com/http/408

Try It

GET /http/408
Click "Send Request" to see the response...

Related Codes