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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

