curl-library
RE: Request is getting truncated by my WAS App server
Date: Thu, 12 May 2005 11:06:53 -0400
Good idea. I will try to get a trace.
-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se
[mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: Thursday, May 12, 2005 10:40 AM
To: libcurl development
Subject: RE: Request is getting truncated by my WAS App server
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.htmlReceived on 2005-05-12