I was making a refresher run thru the Advance Coldfusion Development Course
Booklet as I am taking that double top secret test today.  I haven't ever
used CFHTTP so I thought I would run thru the examples.

Here is the code:
<CFHTTP URL="http://www.mywebsite.com/DHPCFA/Lab/HRApp/EmpList.cfm"
METHOD="GET" RESOLVEURL="true"></CFHTTP>
<cfoutput>#CFHTTP.FileContent#</cfoutput>

When I browse this I get:

Connection Failure

What gives?  I have tried this using localhost, 127.0.0.1, and the actual
domain name of my box and I get the same error.




------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to