Dave Watts wrote:

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

Also like to point out that the IP address:

  proxyserver="192.168.36.999" proxyport="80">

is invalid. IP numbers are 0 - 255. That could be your reason, unless 
you've changed it for security reasons for your post.



-- 
  Oliver Tupman
  Key Systems Geotechnical

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

Reply via email to