lookup> 413

413 ·Payload Too Large

The request body is larger than the server is willing or able to process.

Client ErrorRFC7231#6.5.11
Status413
PhrasePayload Too Large
TypeClient Error
SpecificationRFC7231#6.5.11

What does HTTP 413 mean?

The request body is larger than the server is willing or able to process.

It belongs to the 4xx Client Error class of responses, defined in RFC7231#6.5.11.

Browse all codes in this class: 4xx Client Error

How to fix HTTP 413

Compress the payload, increase the body size limit, or upload in chunks.

  • Upload exceeds the size limit
  • Request body too large for the server

Website visitors

Double-check the URL, return to the homepage and search again, or retry later.

Developers

Compress the payload, increase the body size limit, or upload in chunks.

Server administrators

Review access logs and permission rules for the affected path, and confirm routing and security policies.

Is HTTP 413 cacheable?

413 belongs to the 4xx Client Error class and is generally not cached for long; behavior is controlled by Cache-Control.

What does the 4xx class mean?

4xx Client Error: The request body is larger than the server is willing or able to process.

4xx responses

Related status codes

Related headers