try running your ColdFusion servers with the same account your are logging onto the server with
On 5/18/07, Jared Smith <[EMAIL PROTECTED]> wrote: > > On 5/18/07, AJ Mercer <[EMAIL PROTECTED]> wrote: > > this worked for me > > <cfhttp method="get" url="http://64.119.37.62/xml" result="web"> > > <cfdump var="#web#"> > > Thanks. This is so frustrating. This used to work fine, but suddenly > stopped a few months ago. I've even formatted, fresh reinstalled > Windows, and upgraded from 6.1 to MX 7 and the problem continues - > primarily with sites that provide that XML file. Other sites tend to > work fine. > > Your exact code will execute the dump as follows for me: > > Charset: [empty string] > ErrorDetail: [empty string] > Filecontent: Connection Timeout > Header: HTTP/1.1 200 OK Content-type: text/xml Pragma: no-cache > Cache-Control: no-cache > Mimetype: text/xml > > Responseheader > [ > Cache-Control: no-cache > Content-type: text/xml > Explanation: OK > Http_Version: HTTP/1.1 > Pragma: no-cache > Status_Code: 200 > Statuscode: 200 OK > ] > > Text: YES > > I guess I could use CFHTTP to write the file to disk, then use CFFILE > to open it, but that is WAY more overhead than I want. I'd much rather > just get CFHTTP working like it's supposed to. :-( > > Any other ideas? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278595 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

