I'm trying to use the following code: <CFHTTP url="http://www.shadowserver.org/wiki/pmwiki.php?n=Stats.VirusDailyStats" method="Get" useragent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2"> <cfdump var="#cfhttp#"> </cfhttp>
To get get the zero day summary for tracking purposes, but I keep getting a "CFHTTP Connection Failure" message. I'm using CF 7. I can do the following: <CFHTTP url="http://www.google.ca" method="Get" useragent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2"> <cfdump var="#cfhttp#"> </cfhttp> with no problems, but any time I try to access http://www.shadowserver.org/wiki I get the connection failure. So I'm assuming it has something to do with their server configuration, but I can't figure it out. Thanks in advance for any help. T ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283375 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

