Skip to content
fixerror.dev
413 4xx RFC 9110 §15.5.14

Content Too Large

Request body exceeds server's size limit.

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