413

HTTP 413 Content Too Large

4xx Client Error

  1. Home
  2. > HTTP Status Codes >
  3. > 4xx >
  4. 413
4xx Client Error RFC 7231, Section 6.5.11

What is HTTP 413 Content Too Large?

The 413 (Content Too Large) status code indicates that the request body is larger than the server is willing or able to process. The server may close the connection or include a Retry-After header. This was originally called "Request Entity Too Large" and is often seen during file uploads that exceed server limits.

Common Use Cases

  • Uploading files that exceed server size limits
  • API request body size limits
  • Preventing denial-of-service through large payloads
Help2Code Logo
Menu