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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

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

Reply via email to