curl-library
Re: bad post strings?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 8 Jun 2001 09:04:03 +0200 (MET DST)
Date: Fri, 8 Jun 2001 09:04:03 +0200 (MET DST)
On Fri, 8 Jun 2001, Ryan Earl wrote:
> I'm not sure if there is a simpler way to make Curl do a URL encoded
> POST, but it's fairly easy to do by hand.
curl won't url encode the data for you, but CURLOPT_POSTFIELDS (together with
CURLOPT_POST in older versions) is the option to tell libcurl to do that kind
of "normal" POST.
-- Daniel Stenberg -- curl dude -- http://curl.haxx.se/ _______________________________________________ Curl-library mailing list Curl-library_at_lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/curl-libraryReceived on 2001-06-08