ok, I'm getting further but now I've discovered it's a cfmx issue... The following code:
<cfhttp url="http://www.mytesturl.com" method="GET" resolveurl="true" proxyserver="proxy.company.com" proxyport="80"> works fine on the production server AND the development server (port 80 on development). I'm trying to get it to work using cfmx on port 8500 on the development server. Here is the code that I'm using: <cfhttp url="http://www.mytesturl.com" method="GET" port="8500" resolveurl="true" proxyserver="proxy.company.com" proxyport="80"> </cfhttp> I'm getting "connection failure". Any ideas? - Gary -----Original Message----- From: Houk, Gary Sent: Tuesday, August 27, 2002 11:43 AM To: CF-Talk Subject: RE: cfhttp server config help... Yes I did...it goes to the url just fine. I just can't get cfhttp to work. - Gary -----Original Message----- From: Pascal Peters [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 11:34 AM To: CF-Talk Subject: RE: cfhttp server config help... Have you tried typing the url from the cfhttp in a browser (on your dev machine) to see what happens? -----Original Message----- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: dinsdag 27 augustus 2002 17:28 To: CF-Talk Subject: cfhttp server config help... I have a page that uses the cfhttp tag. It works fine on our production server when performing a basic get function and then outputting the cfhttp.filecontent var. I can't get the same page to work on our development server. What kind of settings should I be looking at and where are they located? I keep getting "Connection Failure". TIA, - Gary ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

