this worked for me <cfhttp method="get" url="http://64.119.37.62/xml" result="web"> <cfdump var="#web#">
FileContent: <?xml version="1.0"?> <FSHost> <ServerName>West Coast ATC - 24HR 1</ServerName> .... </FlightPlan> </FlightPlans> </FSHost> On 5/18/07, Jared Smith <[EMAIL PROTECTED]> wrote: > > I'm trying to use CFHTTP to capture a simple XML file from a remote server > - > <cfhttp url="http://64.119.37.62/xml" method="GET" timeout="10"> > > When I try to access the #cfhttp.filecontent# is shows only > "Connection Timeout". > > However, I can access the file from a browser on the server, the > cfhttp.errorDetail is empty, the cfhttp.statusCode is 200, the > mimeType is being picked up correctly, and if I sniff the packets I > see the entire file is send to CF. And if I set the path and file > attributes of CFHTTP, the XML file is saved successfully to my server. > So why is #cfhttp.filecontent# broken? > > It only does this for some sites. With most of them, everything works > fine, but with this site and others like it, CF is choking on the > content somewhere. > > I have tried setting the character set, setting user-agent, setting > the Accept-Encoding and TE headers to "deflate;q=0" to solve any > compression issues, and about everything else I can think of. > > Can anyone else try to CFHTTP that file (http://64.119.37.62/xml) and > see if it works? This is a FRESH install of MX 7. > > Frustrated! > > Jared > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278560 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

