Client error

408 408 Request Timeout

The client took too long to send the complete request, so the server gave up waiting.

Common causes

  • A very slow upload on a poor connection.
  • Idle keep-alive connections being reaped — often harmless noise in logs.

How to fix it

  • Raise the request timeout for endpoints that accept large uploads.
  • Ignore isolated 408s on idle connections; they are normal.

See what a site actually returns

Run a live check and read the real status code, headers and timings.

Check a website