[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/HTTP/Reference/Status/413 [Back]  [Original]

413 Content Too Large - HTTP | MDN

MDN Web Docs

View in English Always switch to English

413 Content Too Large

HTTP 413 Content Too Large Retry-After

RFC 9110 Payload Too Large

http
413 Content Too Large

<input type="file"> method="post"

http
POST /upload HTTP/1.1
Host: example.com
Content-Type: multipart/form-data; boundary=----Boundary1234
Content-Length: 4012345

------Boundary1234
Content-Disposition: form-data; name="file"; filename="myImage.jpg"
Content-Type: image/jpeg

\xFF\xD8\xFF\xE0\x00...(binary data)
------Boundary1234--

message

http
HTTP/1.1 413 Content Too Large
Content-Type: application/json
Content-Length: 97

{
  "error": "Upload failed",
  "message": "Maximum allowed upload size is 4MB",
}

HTTP Semantics
# status.413


Web Proxy Viewer  |  New URL  |  Original Page