Also, if you're parsing the content you get back, perhaps you'd benefit from cffeed, ie.
<cffeed source="http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx" query="qry_chevs"> <cfdump var="#qry_chevs#"> I tried the exact code above and got the expected result. I then tried the code below using cfhttp and recieved 'Connection Failure': <cfhttp url="http://www.dealsonwheels.com/dowrss/chevrolet_camaro.aspx" method="get"/> <cfdump var="#cfhttp.FileContent#"> HTH Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:309166 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

