I am trying to connect to CDGCommerce using CFHHTP. 

<cfhttp url="https://secure.cdgcommerce.com/cdggateway.cgi"; method="POST"
resolveurl="false" throwonerror="Yes">

<cfheader name="httpZip" value="no-compression" />
<cfhttpparam type="header" name="Accept-Encoding" value="*" />
<cfhttpparam type="Header" name="TE" value="deflate;q=0">

</cfhttp>

This returns Connection Failure: Status code unavailable....


The results of the above should be decline|00000001 as you can see if you go
to https://secure.cdgcommerce.com/cdggateway.cgi

I have searched google and even the archives on House of Fusion. That is
where I got to put in the the cfheader and cfhttpparams above. But its still
not working. 

The site(s) are hosted on a CF7 server with IIS6. 

Any help on this would be great!

Rick





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306131
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to