posted on my own server, the first <cfhttp> fails and the second works fine.
The minute I remove the path and file attributes from the first <cfhttp>
they both work no problem. Sounds like you're having networking and/or
permissions issues.
~Simon
Simon Horwith
CTO, Etrilogy Ltd.
Member of Team Macromedia
Macromedia Certified Instructor
Certified Advanced ColdFusion MX Developer
Certified Flash MX Developer
CFDJList - List Administrator
http://www.how2cf.com/
-----Original Message-----
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: 22 February 2004 19:06
To: CF-Talk
Subject: CFHTTP: died in 6.1?
I've never had a problem with cfhttp, but not so long ago I upgraded
from 4.5.1sp2 to 6.1. Haven't had occasion to try it out, buit it
appears that cfhttp is dead as a doornail. You can try this template
from my site at http://mysecretbase.com/test.cfm
As you can see if you run it, both attempts return nothing more than a
connection timeout. And note the loony connection timeout parameter.
Even though it is set at 200 seconds (out of frustration), it fails in
about 3. My server logs show *nothing*
What am I doing wrong? What has changed? The code for that template is
below.
<cfhttp
url=""> method="GET"
path="z:\my\path\goeshere\"
file="save_on_test.html"
resolveurl="false"
timeout="200"
port="80">
</cfhttp>
<cfoutput>#cfhttp.filecontent#<hr>#cfhttp.errorDetail#</cfoutput>
<ht><hr>
<cfhttp
url=""> method="GET"
timeout="10"
resolveurl="YES">
</cfhttp>
<cfoutput>#cfhttp.filecontent#<hr>#cfhttp.errorDetail#</cfoutput>
--------------------------------------------
Matt Robertson [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
--------------------------------------------
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

