Skip to content
Skip to content
← All Status Codes
408
Client Error

408 Request Timeout

The server timed out waiting for the request.

Description

The 408 Request Timeout status code indicates that the server did not receive a complete request message within the time it was prepared to wait. The client may repeat the request without modifications.

Common Causes

  • Slow client connection
  • Large file upload on slow network
  • Server timeout configured too low

How to Fix

  • Retry the request
  • Check network connection
  • Reduce request payload size
  • Increase server timeout if applicable

Check your website's HTTP status code

Check now →

Related Status Codes