no, you are incorrect.  i created a "gateway" page to all my web based email
accounts, so i could pick the account from a drop down, enter a uname/pwd,
and go, instead of typing in separate URLs.  it's kludgy (the app) but the
part you want works.

<CFHTTP "POST"...>
<CFHTTPPARAM NAME="fred" TYPE="FORM" VALUE="some value">
...
</CFHTTP>

(with all the more apologies to the freds out there.)

Chris Olive
DOHRS Website Administrator


-----Original Message-----
From: David Cummins [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 09, 2000 6:08 PM
To: [EMAIL PROTECTED]
Subject: CFHTTP - for the love of god!


Am I correct in thinking that CFHTTP can only construct a query if you
use GET, not POST?

Why are they doing this to us?????!!!!! I just need to send a few
parameters to a CGI script which only accepts POST operations, and it
returns nicely tab delimited text. If any of you know someone who works
for Allaire, please HURT THEM NOW.

Dave

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