4xx Client Error
The file or data you're trying to send is too big for me to handle. Please make it smaller.
Use 413 when the request content is larger than the limits the server is willing or able to process.
POST https://api.example.test/api/upload
# Body
<50MB binary payload>413 Content Too Large
# Headers
Content-Type: application/json
# Body
{
"error": "content_too_large"
}File exceeds the server's 10MB upload limit
Your request doesn't make sense or has mistakes in it. Check what you're sending and try again.
Your request headers (the extra information like cookies) are too big for me to handle. Clean up your cookies or make the headers smaller.
The web address (URL) you're using is too long for me to handle. Please make it shorter or use a different method.