Dave, what do you mean exactly? Do you mean any browser? I've tried a few
and get the same results each time. See snippet below.

<cfset useragent = "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.8.1.4) Gecko/20070515 Firefox/2.0.4">
<cfhttp url="http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx";
method="GET" result="xmlFeed" useragent="#useragent#">
<cfdump var="#xmlFeed#">

-----Original Message-----

> I used to be able hit this link and get results with a <cfdump>...
> http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx
> 
> Now, all I get is a value of "Connection Failure" for 
> cfhttp.fileconent.
> I know the link works since I can add it to FireFox and a Live 
> Bookmark is created. Any ideas? Is it an encoding or a useragent 
> issue? I'm on a CF8 box.

The only way to tell, generally, is to make your HTTP request identical to a
browser's (user agent, etc), then turn off request headers one by one until
it doesn't work (again).


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

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

Reply via email to