Back to HTTP Check Tool
4xx · Client Error

413Payload Too Large

请求实体大于服务器愿意或能够处理的大小。

What is HTTP 413?

413 Payload Too Large(旧称 Request Entity Too Large)表示请求体超过了服务器愿意处理的大小限制。服务器可以关闭连接或返回 Retry-After 头。

Example

POST /upload with 100MB file, limit 10MB → 413

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • 上传文件超过大小限制
  • POST 请求体过大
  • API 请求 payload 超限

Quick Facts

Code413
Category4xx
TypeClient Error

Related 4xx Codes