Here is a shot in the dark:

<cfhttp url="http://www.macromedia.com";
        method="GET"
        resolveurl="true"
        proxyserver="proxy.foo.com:80"
          throwonerror="yes"
          redirect="yes">
</cfhttp>

instead of using proxy port, try appending it to the IP.

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-----Original Message-----
From: Houk, Gary [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, February 06, 2003 1:22 PM
To: CF-Talk
Subject: RE: CFHTTP Connection Failure with MX

Dale,

I just tried it and unfortunately, it didn't work. Any other
suggestions? My current code is:

<cfhttp url="http://www.macromedia.com";
        method="GET"
        resolveurl="true"
        proxyserver="proxy.foo.com"
        proxyport="80"
        throwonerror="yes"
          redirect="yes">
</cfhttp>

TIA,

- Gary



-----Original Message-----
From: Dale Coyner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 12:24 PM
To: CF-Talk
Subject: RE: CFHTTP Connection Failure with MX


Gary,

Have had similar experiences here with MX CFHTTP as well.  To
troubleshoot, I constructed a page where I made the CFHTTP request then
output the returned variables to the page so I could see what the header
looked like, specifically, #cfhttp.header#.

That exercise revealed that external web servers were returning
redirects instead of the pages themselves, so I enabled the "redirect"
parameter in CFHTTP and it solved the issue for me.


Dale Coyner
Communicast, Inc.



-----Original Message-----
From: Houk, Gary 
Sent: Thursday, February 06, 2003 8:54 AM
To: CF-Talk
Subject: RE: CFHTTP Connection Failure with MX


No, qualifying with charset didn't help.  I can GET other pages from our
internal servers, and from our extranet servers located outside of the
building, but nothing from the WWW. I have the proxy and proxyport info
listed. It works great on the cf5 server but not on the mx server.

- Gary



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to