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 / 명세 보기 →

크로스 프로토콜 동등 코드

가이드

용어집