> I have tried to resolve this page using cfhttp as in:
> <cfhttp url="http://client.something.com/TESTOpenShipments
> /OpenShipments.dll/OpenShipments" method="POST" resolveurl=
> "false" proxyserver="192.168.36.999" proxyport="80">
>       <cfhttpparam type="formfield" name="CarrierID" value="15">
>       <cfhttpparam type="formfield" name="CarrierPassword"
> value="password">
>       <cfhttpparam type="formfield" name="LastServerTime" value="">
> </cfhttp>
> 
> <cfoutput>
>       file content: <br> #cfhttp.filecontent#
> </cfoutput>
> 
> But I keep getting the following error:
> file content: 
> Connection Failure 
> I dont know if this is because of proxy server settings.

Well, you are getting a connection failure. It looks like you're doing
everything right, basically, but your CFHTTP request isn't getting a
response. Where did you get the values for PROXYSERVER and PROXYPORT? It's
odd to see a proxy server running on port 80. What happens if you omit both
of those attributes?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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