413 Payload Too Large
Explanation:
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.
Usage:
This status code should be used when the server is refusing to process a request because the request payload is larger than the server is willing or able to process.
Attentions:
- The server should include information about the maximum payload size in the response message if possible.
- The response should not include a message body.
Sample:
undefined