What HTTP 413 means
RFC 9110 §15.5.14. Formerly 'Payload Too Large'. Common with file uploads. Server-side fix: increase client_max_body_size (nginx), upload_max_filesize (PHP), body parser limit (Node).
Typical causes
- File upload exceeds server limit
- JSON body exceeds parser limit
- Form data too large