← All status codes
4xx Client Error
408 Request Timeout

The server timed out waiting for the request.

What it means

A 408 Request Timeout response indicates the server did not receive a complete request from the client within the time it was prepared to wait. This is often caused by a slow or interrupted connection.

Common causes

  • The client's internet connection is slow or unstable.
  • The request was too large to send within the server's timeout window.
  • A connection was idle for too long.

How to fix it

  • Try the request again with a stable connection.
  • If you are the developer, consider increasing the client-side timeout or breaking large uploads into smaller chunks.

Test a URL and see its actual status code now.

Open the checker →