lookup> 411

411 ·Length Required

The server requires a Content-Length header, but the request did not include one.

Client ErrorRFC7231#6.5.10
Status411
PhraseLength Required
TypeClient Error
SpecificationRFC7231#6.5.10

What does HTTP 411 mean?

The server requires a Content-Length header, but the request did not include one.

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

Browse all codes in this class: 4xx Client Error

How to fix HTTP 411

Add a correct Content-Length header to the request.

  • 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

Add a correct Content-Length header to the request.

Server administrators

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

Is HTTP 411 cacheable?

411 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 requires a Content-Length header, but the request did not include one.

4xx responses

Related status codes

Related headers