I'm doing a cfhttp request, and I'm posting a cookie like this:

<cfhttpparam name="AdsUserLocale" value="en_US" type="COOKIE">

However, CF URLEncodes it and posts this:

Cookie: AdsUserLocale=en%5FUS;

IE posts it as:

Cookie:; AdsUserLocale=en_US

How do I get CF to not URLEncode the variables?

Russ
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to