Path: blob/main/files/en-us/web/http/status/411/index.md
6555 views
------{{HTTPSidebar}}
The HyperText Transfer Protocol (HTTP) 411 Length Required client error response code indicates that the server refuses to accept the request without a defined {{HTTPHeader("Content-Length")}} header.
Note: by specification, when sending data in a series of chunks, the
Content-Lengthheader is omitted and at the beginning of each chunk you need to add the length of the current chunk in hexadecimal format. See {{HTTPHeader("Transfer-Encoding")}} for more details.
Status
Specifications
{{Specifications}}
See also
{{HTTPHeader("Content-Length")}}
{{HTTPHeader("Transfer-Encoding")}}