HTTP Status Code 411 indicates Length Required. This status is returned when the server refuses to accept a request without a defined Content-Length header. When a client sends a request that requires a body, like a POST or PUT, the server expects the client to specify the size of that body. If the client fails to include the Content-Length header, the server will respond with a 411 status, signaling that the request cannot be processed until the required information is provided.