cfhttp - connection refused

2005-01-27 Thread Christophe Maso
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#

RE: cfhttp - connection refused

2005-01-27 Thread Ian Skinner
...-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