How to solve HTTP/1.1 411 Length Required error ? · Issue #713 · jakubroztocil/httpie · GitHub
@bowbth it seems like the API is badly implemented. The 411 Length Required
response status code would indicate that the Content-Length
header wasn't defined in your request. However, httpie (as well as curl) correctly sends Content-Length: 0
(zero-length content).
Read full article from How to solve HTTP/1.1 411 Length Required error ? · Issue #713 · jakubroztocil/httpie · GitHub
No comments:
Post a Comment