# Re: Content-Length header and 500 (was Re: Authentication, JSON RPC and Python)

Post by: satoshi on August 03, 2010, 09:26:26 PM<br>
Last edit: August 04, 2010, 12:19:17 AM by satoshi

Quote from: gavinandresen on August 03, 2010, 06:56:44 PM

> Quote from: jgarzik on August 03, 2010, 06:09:08 PM
>
>> bitcoin requires the Content-Length header, but several JSON-RPC libraries do not provide it. &nbsp;When the Content-Length header is absent, bitcoin returns 500 Internal Server Error.
>
> Can you be more specific about which JSON libraries don't provide Content-Length ? &nbsp;It'd be nice to document that.

I guess we should try to support the case where there's no Content-Length parameter. &nbsp;I don't want to rip and replace streams though, even if it has to read one character at a time.

Edit: That is, assuming there actually are any libraries that don't support Content-Length.

---

Source file: bitcoin-forum-satoshi-nakamoto.tgz

External link: https://bitcointalk.org/index.php?topic=689.msg7335#msg7335
