lookup> 408

408 ·Request Timeout

The server timed out waiting for the request from the client.

Client ErrorRFC7231#6.5.7
Status408
PhraseRequest Timeout
TypeClient Error
SpecificationRFC7231#6.5.7

What does HTTP 408 mean?

The server timed out waiting for the request from the client.

It belongs to the 4xx Client Error class of responses, defined in RFC7231#6.5.7.

Browse all codes in this class: 4xx Client Error

How to fix HTTP 408

Increase the server timeout or retry the request with a more stable connection.

  • The request or resource does not meet requirements
  • Client-side validation or routing problem

Website visitors

Double-check the URL, return to the homepage and search again, or retry later.

Developers

Increase the server timeout or retry the request with a more stable connection.

Server administrators

Review access logs and permission rules for the affected path, and confirm routing and security policies.

Is HTTP 408 cacheable?

408 belongs to the 4xx Client Error class and is generally not cached for long; behavior is controlled by Cache-Control.

What does the 4xx class mean?

4xx Client Error: The server timed out waiting for the request from the client.

4xx responses

Related status codes