No, it uses port 80, it his a HTTP request after all, but it likely has no 
authentication.  When you connect directly with your browser, the browser can 
pass along your authentication from your computer when you booted up.  This is 
especially true in windows environments.  Since this is all done in the 
background, it is not very visible to you.

But the ColdFusion service that tries to make this request does not have any of 
these authentications.  So, there is a good chance the firewall is blocking the 
CF service as an unauthorized user.  You should be able to get around this by 
going into the services administration and giving the CF service a specific 
user that has the appropriate permissions to get through the fire wall.


--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
- Cynthia Dunning



...-----Original Message-----
...From: Christophe Maso [mailto:[EMAIL PROTECTED]
...Sent: Thursday, January 27, 2005 7:53 AM
...To: CF-Talk
...Subject: cfhttp - connection refused
...
...I have a template that accesses another local template through cfhttp:
...
...<cfhttp url="http://www.mysite.com/directory/session_tracker_update.cfm";
...method="post">
...     <cfhttpparam type="formfield" name="yes" value="no">
...</cfhttp>
...
...     <cfset get_sessions = #cfhttp.filecontent#>
...
...
...And then displays #get_sessions# a few lines down.  It used to be that
...cfhttp.filecontent came back as a number, but ever since last night (when
...we had a firewall installed) it's coming back as "connection refused".  I
...figure probably has something to do with the firewall blocking a port
...somewhere, but I don't understand why the cfhhtp request is being
...refused. Does cfhttp use some obscure port? Note, from my browser here at
...the office, I can connect to
...http://www.mysite.com/directory/session_tracker_update.cfm just fine, and
...the browser displays the number I'm looking for...
...
...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191960
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to