Hi All, FYI: Our payment services will soon be made available through a Web Service interface for those of you upgrading to CFMX or any other platform supporting Web Services...there's also our traditional API which handles CFHTTP's encoding issues. ;)
Cheers! Stace http://www.sfcommerce.com -----Original Message----- From: James Ang [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 9:17 PM To: CF-Talk Subject: RE: Emergency: Authorize. net woos Jon, You are not alone. :( CFHTTPPARAM was "broken" in CF v5. They URLEncodeFormat() the value attribute. Now, in CF v6, they are url-encoding both the name and value attributes. The solution is to use the appropriate Java class or WinHTTP object and roll your own version of CFHTTP. Pain in the butt. ---------------------------- James Ang Senior Programmer MedSeek, Inc. [EMAIL PROTECTED] -----Original Message----- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 4:32 PM To: CF-Talk Subject: Re: Emergency: Authorize. net woos Just to cover the bases, you are using the Relay mode and not Direct Connect right? I don't think their new policy cover's ADC... Unfortunately, the url encoding problem is one of the worst "features" of cfhttp, and has caused me much grief. It makes cfhttp unworkable with some little insignificant companies like UPS, and Tech-Data's API's...shall we add Authorize.net? Perhaps I am wrong though, and there is a workaround to the urlencoding thing. I seem to be the only person screaming about it. I've asked the same question here before and gotten no response though. The only workaround I know of is not to use cfhttp... jon ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 24, 2002 6:41 PM Subject: Emergency: Authorize. net woos > Alright is there anyone out there that has successfully implemented the new > Authorize. net referer security reqquirement? I have been trying for two > days to do this with no aval. Dave watts posted something here a couple of > days ago saying that you can pass a httpparam with the type of cgi, the name > of referer and the value of the url. The problem is is that the url I pass > it is in urlencodeformat for some reason and Authorize.net won't accept it. > Has someone worked this out yet. I'm desperate here. ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

