On tis, 2007-10-16 at 18:26 +0200, jean-frederic clere wrote:

> I though that a POST for a form returning Content-Type:
> application/x-www-form-urlencoded must have a Content-length (and no
> Transfer-Encoding: chunked). But I can't find this in any documentation
> about it.

It's either content-length or chunked. One MUST be used. Content-length
is strongly preferred if possible as many servers, proxies and
application gateways can't handle chunked requests, but not possible if
the POST:er want's to apply gzip compression or other tranfer encoding
to the request.

Regards
Henrik

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to