Takeaways
- 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.
Information
This status code used to be named Payload Too Large
. That name is still widely used.