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 → 413Check a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →