On Wed, 7 Oct 2009, mini thomas wrote:
We are sending an https request to the server using curl APIs with 5 KB of
post data. We are getting an error with status code 400 - (bad request). We
can see the hit in the server and server failing to read the complete post
data. The same application is working fine in other networks. We also
tried using curl command line, we are hitting the same issue. If we reduce
the size of the data, things are working fine from both curl command line
and from the application.
This sounds like the server is one of them being confused by the Expect: 100-
continue header which libcurl sends conditionally depending on POST size.
--
/ daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html