> Further to my existing query is cfhttp restricted to
> coldfusion templates or can it it be compatible with
> any executable awaiting the parameters within cfhhtp,
> to quote the help docs
>
> "Post passes data to a specified ColdFusion page or to some
> executable that interprets the variables being sent and
> returns data."
You can use CFHTTP against any URL that will respond to the GET or POST
request you send it. It doesn't matter what server-side language is used to
generate that response. CFHTTP is used by CF as an HTTP client, and from the
remote server's perspective, it's like any other HTTP client.
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