Re: CFHTTP connection failure error

2008-11-30 Thread Jonathan Larson
I've had this issue before. The way I solved it was to not use CFHTTP. Since you are using a winbox, this method should work fine. cfobject action=Create name=objSrvHTTP class=MSXML2.ServerXMLHTTP cfset myURL = http://google.com; cfset temp = objSrvHTTP.open(GET,#myURL#) cfset temp =

CFHTTP connection failure error

2008-11-26 Thread Hitesh Patel
I am writing to describe CFHTTP issue. There is a WINDOWS 2003, IIS 6.0 and ColdFusion 8 is on the server. Right now if I have to make any CFHTTP call from the server to my client URL (assume client URL is hosted to anywhere in the world) I must need to add that remote URL entry in server

RE: CFHTTP connection failure error

2008-11-26 Thread Jeff Langevin
. They have a free eval version so you can at least test to see if it fixes the problem. http://www.cftagstore.com/tags/cfxhttp5.cfm --Jeff From: Hitesh Patel [EMAIL PROTECTED] Sent: Wednesday, November 26, 2008 5:06 PM To: cf-talk Subject: CFHTTP connection

CFHTTP connection failure error

2008-11-26 Thread brad
*should* work as the only difference at that point should just be the headers. ~Brad Original Message Subject: CFHTTP connection failure error From: Hitesh Patel [EMAIL PROTECTED] Date: Wed, November 26, 2008 4:06 pm To: cf-talk cf-talk@houseoffusion.com I am writing

cfhttp connection failure error

2000-10-06 Thread girmawi negese
Selam, I can't figure out why the cfhttp tag keeps giving me the "connection failure" error. I am trying to download a file from another site. It worked for me briefly once. I even tried higher requesttimeout?? to no avail. What's strange is small part of the file is downloaded before the