cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Request is getting truncated by my WAS App server

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Thu, 12 May 2005 16:40:07 +0200 (CEST)

On Thu, 12 May 2005, Cobb, Richard wrote:

> I am sure now that it is performing a post because I see it coming into the
> app server as a post. However the XMLData parameter is coming into the post
> inside the header and NOT the body.

Can you use the curl tool to post? If so, can you use --trace-ascii to store a
dump and show us?

I don't believe the post data is sent in a header. libcurl has no such option.

> Their must be a 2k limit on the header size of my server, because it
> truncates it down to 2k.

--trace-ascii would also show you if curl truncates the data or if your server
does it.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-05-12