From: nick on 2 Dec 2007 15:45 Hi I'm getting "Connection failure" errors when trying to cfhttp into the same server: COM.Allaire.ColdFusion.HTTPFailure Connection Failure: Status code unavailable Here's the simplest scenario that I'm able to reproduce this problem: 1. create a cfm file accessible through http://myserver/test.cfm: ######## <cfhttp url="http://myserver/content.cfm" method="get" timeout="60"></ cfhttp> ######## 2. create another file called content.cfm: ######## Hello world! ######## 3. Run http://myserver/test.cfm, which fails with error. Weird thing is if I change content.cfm to content.htm it works. Accessing http://myserver/content.cfm directly from browser works as well. Any idea what's wrong?
From: nick on 2 Dec 2007 15:59 Found the solution: http://kb.adobe.com/selfservice/viewContent.do?externalId=6736f82
|
Pages: 1 Prev: cfinvoke and windows authentication Next: Help with CFNavigate |