The DevOps Drop
Home / Encyclopedia / HTTP Status Codes / 4xx Client Error Responses / 413 Content Too Large

413 Content Too Large

The HTTP 413 Content Too Large status code indicates that the request body is larger than the server allows.

Published 16 Jul 2026 · HTTP Status Code

What is HTTP 413 Content Too Large?

The 413 Content Too Large response occurs when a client sends a request payload exceeding configured limits.

Common Causes

  • Large file uploads
  • API payload limits
  • Reverse proxy restrictions

DevOps Considerations

This commonly requires adjusting limits in Nginx, Apache, load balancers, or application frameworks.

Summary

413 Content Too Large means the request payload exceeds the allowed size.