Hmmm... Strange. When you go into the tag builder, you can specify a proxy server. However, when I do that, the proxy server line does not materialize in the code!
When I manually enter the proxy server in my code in Studio, all works well. In my mind I knew that I was specifying the proxy server, but as you see in the code, the proxy server line was not there, hence the error. T -----Original Message----- From: Jerry Johnson [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 4:17 PM To: CF-Talk Subject: RE: CFHTTP You're code works great from here. Not that that helps at all. Have you tried substituting some other URLs, to see if it is a general error, or specific to yahoo? Jerry Johnson >>> [EMAIL PROTECTED] 04/15/02 04:04PM >>> Works fine for me and I'm behind a firewall, though it's not truly reliable as someone else has stated. Bob -----Original Message----- From: Tim Claremont [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 3:53 PM To: CF-Talk Subject: RE: CFHTTP I should have been much more specific, of course. Here is the code... <cfhttp url="http://www.yahoo.com" method="GET" resolveurl="true" timeout="90"> </CFHTTP> <hr> <cfoutput>#CFHTTP.FileContent#</cfoutput> Every time it returns "Connection Failure" If I go sit on the server itself, I can go to http://www.yahoo.com with no problem. -----Original Message----- From: Jerry Johnson [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 3:51 PM To: CF-Talk Subject: Re: CFHTTP Post your cfhttp code? Jerry >>> [EMAIL PROTECTED] 04/15/02 03:43PM >>> Works for me just fine ... It may be a problem with some type of http settings... dunno what it could be though! Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector v2.0 - Commerce Builder > I can go to http://www.yahoo.com > > When I try to do a <CFHTTP> to http://www.yahoo.com I get a Connection > Failure message. > > Any clues? > > T > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

