httpstatuses/contents/codes/413.md

653 B

set code title references
4 413 Payload Too Large
Rails HTTP Status Symbol
:request_entity_too_large

The 413 (Payload Too Large) status code indicates that the server is refusing to process a request because the request payload is larger than the server is willing or able to process. The server MAY close the connection to prevent the client from continuing the request.

If the condition is temporary, the server SHOULD generate a Retry-After header field to indicate that it is temporary and after what time the client MAY try again.

Source: RFC7231 Section 6.5.11