Skip to content
4xx · Client Error

408 Request Timeout

The server timed out waiting for the request to complete.

What it means

HTTP 408 Request Timeout means the server gave up waiting for the client to finish sending the request. The connection was opened but the full request did not arrive within the server's timeout window.

When it happens

It happens with slow or unstable network connections, clients that open a connection but send data too slowly, or aggressive server-side idle timeouts.

How to fix it

  • Retry the request; 408 is often transient.
  • Check the client's network stability and connection speed.
  • Increase the server's request timeout if legitimate slow uploads are being cut off.
  • Investigate any proxy or load balancer that may be closing idle connections early.

SEO impact

Negative if frequent. Repeated timeouts when crawlers request pages signal poor reliability and can reduce crawl rate and indexing. Keep server response times low and stable.

Check it with Sitewell

Find out which of your URLs return 408

Paste a list of URLs and Sitewell checks the status code of every one at once — free and without signup.

Related codes

Related guides