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.
<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>
I tried pointing straight at their new IP instead of the domain name
and it still isn't helping.
If I navigate tot the page in the browser it is there so I don't think
it is a DDoS???
Does anyone know how to flush ColdFusion DNS cache?
http://tjordahl.blogspot.com/2004/10/cfmx-and-dns-caching.html