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

411 Length Required - HTTP | MDN

MDN Web Docs

View in English Always switch to English

411 Length Required

HTTP 411 Length Required Content-Length

: Content-Length 16 Transfer-Encoding

http
411 Length Required

POST

http
POST /translate/de HTTP/1.1
Host: api.example.com
Content-Type: application/json
Transfer-encoding: chunked

2C
{"text": "Hurry up, Aye is hungry!"}
0

Content-Length 411

http
HTTP/1.1 411 Length Required
Content-Type: application/json
Content-Length: 110

{
  "message": "Requests must have a content length header.",
  "documentation": "http://api/example.com/docs/errors",
}

HTTP Semantics
# status.411


Web Proxy Viewer  |  New URL  |  Original Page