Hi Jim

While it is true that using CFHTTP and CFFILE and CFHTTP again would work (or, in 
fact, CFHTTP to another CFHTTP page), I'm concerned that it might be too slow.

I'm having to interface with a legacy system which can be accessed via special-purpose 
CGI scripts which were not written by us. We do not have access to the source code.

Doh.

David Cummins
Ubiquity Software Ltd.

Jim McAtee wrote:

> Generally speeking, this isn't really a problem.  CFHTTP is usually used
> like this (creating a query) to pull a simple text file off of a remote
> (sometimes local) server and then parse it into a query.  It's pretty rare
> that you'd post to a CGI type of program and expect to receive a delimited
> plain text response.
>
> A pretty simple workaround would be to use CFHTTP to POST, then use CFFILE
> to store CFHTTP.FILECONTENTS in a file on the local server.  Then call
> CFHTTP again to GET the local file and create your query.  Of course, if
> you control the target cgi/template of the POST operation, you could
> easily modify it to accept URL parameters and make it GETable.
>
> Jim

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to