cURL / Mailing Lists / curl-library / Single Mail

curl-library

url too large

From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Sat, 19 Nov 2005 11:51:56 -0600

> I am sending a very large post, 17447 chars URL encoded,
> to a website, and am getting "Url Too Long" as the response.

Are you using POST or GET ?

POST data should not be appended to the URL, it should
be sent serarately using CURLOPT_POSTFIELDS.

 - Jeff
Received on 2005-11-19