HTTP Status Codes - Online Reference Guide

Reference guide for HTTP status codes. Learn the meaning of 200, 404, 500, and all HTTP codes.

Share
413client

Payload Too Large

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

Common Causes

File upload exceeds server limit, request body too large for the configured buffer.

How to Fix

Reduce the request size. For file uploads, check server limits (e.g., client_max_body_size in Nginx). Split large requests into smaller ones.

Related Status Codes

Related Tools

More Code & Dev Tools