OK, It appears that CFMX is disregarding the proxyserver/proxyport tags altogether. I have the following:
<cfhttp url="http://www.macromedia.com" method="GET" resolveurl="true" proxyserver="proxy.foo.com" proxyport="80" throwonerror="yes"> </cfhttp> This doesn't work. However: <cfhttp url="http://eweb.verizon.com" method="GET" resolveurl="true" proxyserver="proxy.ourproxy.com" proxyport="80" throwonerror="yes"> </cfhttp> This does work, but it shouldn't! If I specify a proxy to be used, this page call should fail. However, it calls up just fine. Is this another bug in MX, that it just disregards the proxy information?! Is anyone using this tag and specifiying a proxy server? Are there any settings here that I'm missing? I really need to get this to work asap!!! TIA, - Gary -----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 -----Original Message----- From: Houk, Gary Sent: Wednesday, February 05, 2003 2:40 PM To: CF-Talk Subject: CFHTTP Connection Failure with MX Hi Everyone, We have MX running on our development/uat server cluster and CF5 in production. I can't get the cfhttp tag to perform a "get" using our mx servers. Here is the code: <cfhttp url="http://www.macromedia.com" method="GET" resolveurl="true" proxyserver="proxy.ourproxy.com" proxyport="80" throwonerror="yes"> </cfhttp> <cfset variables.document=cfhttp.filecontent> <html> <head> <title>cfhttp connection test</title> </head> <body> <cfoutput>#variables.document#</cfoutput>. </body> </html> The exact same file works fine on the production servers, but not on the MX servers. Was there a change that I don't know about? Thanks, - 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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

