Hi,


First let me say I know that it is an old very version of CF but thats what I
have to use on these servers as they have not been upgraded yet.


My problem is that my one server is running 4.5.1 and the other is running 4.5
and I trying to do a CFHTTP call to an internal server to get a list of stock
quotes.


The problem is that it works on 4.5.0 but not on 4.5.1.  On the 4.5.1 box I
get a connect refused error but on the 4.5.0 I do not.


Is there a setting on the CF server that needs to change or is there a setting
(security) on the box that I call to get the page that needs to be set.


Here is the very simple code:

<CFHTTP METHOD="Get"
    URL="" http://www.csfb.net/CSFBToday/intranet/
<http://www.csfb.net/CSFBToday/intranet/> "
RESOLVEURL="YES">

<cfoutput>


#CFHTTP.StatusCode#<br>
#CFHTTP.MimeType#<br>
#CFHTTP.Header#<br>
#CFHTTP.FileContent#<br>


</cfoutput>

Thanks
Mario
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to