Looks like the code is returning "connection failure" in the content as the server says "200 OK"
They must be detecting session vars. HTTP/1.1 200 OK Connection: close Expires: Tue, 01 Jan 2002 00:00:00 GMT Date: Tue, 10 Jul 2007 11:23:45 GMT Server: Apache X-Powered-By: PHP/5.0.4 Pragma: no-cache Cache-Control: no-store, no-cache, must-revalidate Set-Cookie: PHPSESSID=21a634b17c01d961b5ddd5fd284a43f6; path=/ Content-Type: text/html; charset=ISO-8859-1; ----- Original Message ----- From: "Thane Sherrington" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Tuesday, July 10, 2007 12:04 PM Subject: CFHTTP connection failure > 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 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| CF 8 â Scorpio beta now available, easily build great internet experiences â Try it now on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283379 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

