The DevOps Drop
Home / Encyclopedia / HTTP Status Codes / 4xx Client Error Responses / 411 Length Required

411 Length Required

The HTTP 411 Length Required status code indicates that the server requires a Content-Length header.

Published 16 Jul 2026 · HTTP Status Code

What is HTTP 411 Length Required?

The 411 Length Required response occurs when the server requires the client to provide the size of the request body.

Example

Content-Length: 1024

DevOps Considerations

This can appear when configuring APIs, proxies, or upload services.

Summary

411 Length Required means the request must include its content length.