See: viewtopic.php?f=34&t=2147
Is there any way to get WIP to use a ‘Content-Length’ header, rather than ‘chunked’ Transfer-Encoding?
Or any other way to get around the Orange (UK) bug…?
See: viewtopic.php?f=34&t=2147
Is there any way to get WIP to use a ‘Content-Length’ header, rather than ‘chunked’ Transfer-Encoding?
Or any other way to get around the Orange (UK) bug…?
Hi
I have had the same problem. With my own host server (with PHP 5.2 and Apache 2.2) WIP
http_client was working well, in standard mode (chunked transfers). But on hosted virtual
web server - not! And I thinkg, it`s a problem with POST args processing on some PHP
configuration.
Solusion: after few hours of work, I decided to switch to HTTP 1.0 mode. And now POST
works well with all tested web servers. I haven`t problems with GET method.
\kr