Skip to content

413 Payload Too Large (HTTP Status Code 413)

Updated: at 09:12 AM

HTTP 413 error, also known as “Payload Too Large,” indicates that the request entity sent by the client exceeds the maximum size limit allowed by the server. This situation typically occurs when uploading large files or submitting a significant amount of data. The server may close the connection or return a Retry-After header field.

Solutions

Note: Additionally, if requests are sent through a proxy server or firewall, they may also impose limits on request body size, so you should contact an administrator for adjustments.

When dealing with a 413 error, also note that if it is a GET request, a long URI due to too many parameters can be resolved by adjusting the client_header_buffer_size and large_client_header_buffers parameters.