David L. Penton, MCP
Consultant
"Mathematics is music for the mind, and Music
is Mathematics for the Soul. - J.S. Bach"
[EMAIL PROTECTED]
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Cahall
Take out resolveurl="yes" it will work then.
Robert Hinojosa
Senior WebDeveloper
[EMAIL PROTECTED]
www.hencie.com
972-671-0011 ext.284:-----Original Message-----
:From: Dave Cahall [mailto:[EMAIL PROTECTED]]
:
:Interesting. I tried your code and get a "connection
:failed" message. I
:also tried it in the browser and it worked fine.
:On Fri, 30 Mar 2001 12:39:39 -0800 Philip Humeniuk
:<[EMAIL PROTECTED]>
:writes:
:>
:>
:> I'm stummped.
:>
:> I have the following tag just in my site just for
:testing and it
:> works OK.
:>
:> <cfhttp method="get" url="http://www.adobe.com"
:resolveurl="yes">
:>
:> <cfoutput>#CFHTTP.FileContent#</cfoutput>
:>
:>
:> When I insert the URL that I really want it doesn't
:work. Yet if I
:> cut and
:> paste the URL in a any browser it works ok.
:> Is there something additional I need to add to the
:CFHTTP tag?
:>
:> <cfhttp method="get"
:>
:url="http://expatonline.community.everyone.net/communit
:y/scripts/director
:y.pl"
:>
:> resolveurl="yes">
:>
:> <cfoutput>#CFHTTP.FileContent#</cfoutput>
