If you are using CF_authorize - or any other tag that uses "ADC direct response", the skinny is that you will not be affected by the change in Authorize.net's new format. Here's a note from Big O:
Dear CF Authorize Customer, AuthorizeNet is now requiring all Merchants who connect to the Authorize.Net payment gateway via WebLink or ADC Relay Response to implement a Referrer URL on their account, effective May 28, 2002. Since CF Authorize uses ADC Direct Response, CF Authorize users should not be affected by the new requirement. Should you have any further questions, please contact us at [EMAIL PROTECTED] Best Regards, BigOSoftware Tech Support -mk -----Original Message----- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 2:47 PM To: CF-Talk Subject: RE: Setting CGI.REMOTE_ADDR It's not as hard as you think... The easiest way to spoof your IP is to go through a proxy. There's tonnes of open proxies on the internet you can use to spoof your IP. For example: http://www.freedom.net/products/websecure/ -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 10:05 AM To: CF-Talk Subject: RE: Setting CGI.REMOTE_ADDR > Anyone been able to spoof an IP in a CFHTTP post by setting > cgi.remote_addr? Trying on MX but doesn't seem to be working... I'd be very surprised if that worked - IP spoofing is a bit more complex than that, and you can't do it through the HTTP protocol. That CGI variable is determined by the IP stack of the host to which you're connecting, and if you were able to "spoof" that value, the host would respond to that IP address instead of yours! The only CGI variables that you can affect from the client are those which begin with the prefix "HTTP_". Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

