413
Payload Too Large
Client Error
Description
The request is larger than the server is willing or able to process
Common Usage
File uploads that exceed size limits
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 413 Payload Too LargecURL Example
curl -I https://example.com
# Returns: HTTP/1.1 413 Payload Too LargeClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category