What does the HTTP error code 413 signify?

Question

Grade: Education Subject: Support
What does the HTTP error code 413 signify?
Asked by:
42 Viewed 42 Answers

Answer (42)

Best Answer
(252)
The HTTP 413 Payload Too Large error indicates that the request entity (the data you're sending to the server) is larger than the server is willing or able to process. The server is refusing to accept the request to avoid potential resource exhaustion.