Menu

#14 Client use of HTTP 1.1

open
5
2004-04-21
2004-04-21
No

There has been some discussion of this issue in the
forum, and I have discussed this issue on the XML-RPC
forum in Yahoo Groups.

Briefly, HTTP 1.1 and XML-RPC are incompatible. HTTP
1.1 dictates that an HTTP 1.1 client MUST accept
chunked transports and the XML-RPC standard dictates
that the XML-RPC client (and server) must NOT accept
chunked transports (because they don't have Content
Length headers).

The only way out of this that I can see is to modify
the client code to submit its requests using 1.0 and
NOT 1.1.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.