HTTP

413 Content Too Large

The request payload exceeds the server's size limit.

当您看到此代码时

When uploading files that exceed the server's maximum upload size.

如何修复

Reduce the payload size. Check server limits (Nginx: client_max_body_size, Apache: LimitRequestBody).

规范

查看 RFC / 规范 →

跨协议等效代码

指南

术语表