cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Parameter value containing an ampersand

From: James Rouzier <jjr_at_mail.theotherside.com>
Date: Wed, 29 Aug 2001 23:46:07 -0400

Any value that is passed that is not A-Za-z0-9_- should to be url encoded. That is all spaces are turned into + signs and other characters are changed into this format %XX. Where XX is the
hexidecimal value of the character so since the hex value for & is 26
you should replace & with %26 to make a long story short.

Have Fun

---------- Original Message ----------------------------------
From: S P <steph_p_at_boursorama.com>
Reply-To: curl_at_contactor.se
Date: Thu, 30 Aug 2001 02:12:33 -0000

>
>Does anyone knows how to post with a parameter whose value
>contains an ampersand (&) ?
>
>Thanx a lot !
>
>
>________________________________________________________
>Toute la bourse en direct sur http://www.boursorama.com
>Boursorama par telephone au 0892 69 24 24 (2,21 frf/mn)
>
>
>
>

--
James Jude Rouzier
jjr_at_theotherside.com
http://theotherside.com/
--
Received on 2001-08-30