> I have a template which executes a cfhttp post to a cgi 
> script that then post to another cgi script. I want to get 
> the results from this 2nd cgi script.  
> 
> When I read the cfhttp.filecontent I am seeing the results of 
> the first cgi script. Does anyone know of a way where I can 
> use a cfhttp post and read the results from that second cgi 
> script?

The only way you can make this happen is to have the first CGI script return
the results of its HTTP post request. You'll have to rewrite this CGI script
if it doesn't do this already.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to