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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191955
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to