cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Post www-urlencoded data

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 22 Feb 2008 22:52:28 +0100 (CET)

On Fri, 22 Feb 2008, What you get is Not what you see wrote:

> I am using curl curl 7.16.4.
> I need to post some data of 100000+ chars.

> I use "curl options --data @postfile http://url" syntax from
> commandline where the options are

[...]

> But it seems that there is something wrong because the server doesnt accept
> the request. What do you suggest?

I suggest you tell us more details about the request and the response. Does
curl send exactly what you told it to? If it did, can you please tell us how
this is a curl issue in the first place?

100K is very large for a plain normal POST, are you sure you shouldn't use -F
?

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2008-02-22