HTTP

413 Content Too Large

The request payload exceeds the server's size limit.

When You See This Code

When uploading files that exceed the server's maximum upload size.

How to Fix

Reduce the payload size. Check server limits (Nginx: client_max_body_size, Apache: LimitRequestBody).

Specification

View RFC / Specification →

Cross-Protocol Equivalents

Guides

Glossary