curl-library
Re: URL Encoding
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 15 Oct 2003 22:27:48 +0200 (CEST)
Date: Wed, 15 Oct 2003 22:27:48 +0200 (CEST)
On Wed, 15 Oct 2003, Sharma, Amit wrote:
> Does curl takes care of data encoding prior to sending or we need to encode
> it before passing it to curl. I want to send across the data appended to the
> URL.
curl does no encoding at all. It depends on you doing the necessary encoding
and pass in the pre-encoded strings to it.
curl_escape() and curl_unescape() might help.
-- Daniel Stenberg -- curl: been grokking URLs since 1998 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.phpReceived on 2003-10-15