>- see footer for list info -< I have had several reports from Protx over the past 24 hours reporting Distributed Denial of Service (DDOS) attacks and interruptions of service. They also stated that they are updating their defences against DDOS attacks.
Maybe this has something to do with it? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Baynes Sent: 21 April 2005 13:26 To: [email protected] Subject: [CF-Dev] cfhttp error >- see footer for list info -< I use a 3rd party company to handle my Credit Card transactions called Protx. I build the interface last year and it has been working fine since July last year. This morning the chttp call that initiates the transaction is producing the following error. Connection Failure: Status code unavailable Now I can navigate to the page manually and it is there and I cannot for the life of me work out what the problem is. So any help would be great. Attach Code <cfhttp url="#paymentServer#" method="POST" throwonerror="YES" timeout="20"> <cfhttpparam name="VPSProtocol" value="#VSPVersion#" type="FORMFIELD"> <cfhttpparam name="TxType" value="#TxType#" type="FORMFIELD"> <cfhttpparam name="Vendor" value="#vendor#" type="FORMFIELD"> <cfhttpparam name="VendorTxCode" value="#TransferReference#" type="FORMFIELD"> <cfhttpparam name="Amount" value="#Price#" type="FORMFIELD"> <cfhttpparam name="Currency" value="#currency#" type="FORMFIELD"> <cfhttpparam name="Description" value="#Description#" type="FORMFIELD"> <cfhttpparam name="NotificationURL" value="#PayLink#" type="FORMFIELD"> </cfhttp> _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -< _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
