Not sure if this went through. so sending it again.

  _____  

From: Russ [mailto:[EMAIL PROTECTED]
Sent: Friday, September 10, 2004 12:23 PM
To: CF-Talk
Subject: RE: Amazon AIMS

Well CFHTTP is VERY buggy, so if you are posting cookies and you're on CF
above 4.5, you have to take care of how the server expects the cookies.
Everything above CF 4.5 will URLEncode the cookies values(and some versions
will URLEncode the names).  

Supposively there is a workaround by doing something like this:

<cfhttpparam  type="cgi" name="Cookie" value="cfid=123456" encoded="No">

Russ

  _____  

From: James Smith [mailto:[EMAIL PROTECTED]
Sent: Friday, September 10, 2004 11:51 AM
To: CF-Talk
Subject: RE: Amazon AIMS

Using the "more than one way to skin a cat" method of programming I have
switched from cfhttp to cfexecute and cURL.exe and that is working fine so I
can only assume it is something that cfhttp isn't doing quite right.

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

Reply via email to