> In your Form or CFForm tag, you get to chosse the METHOD. The 
> default (strangely) is GET, which passes the form fields appended 
> to the URL. If you use POST for the METHOD, the fields will be 
> passed via the HTTP headers, which is usually preferable IMHO.

I'm being slightly and probably unnecessarily anal here, but actually when
you POST data, the data is passed back to the server in the HTTP request
body, not the HTTP request headers. When you send a GET request with URL
parameters, that data is in the very first line of the HTTP request headers.

On this very topic, there's a pretty neat new O'Reilly mini-book, almost a
pamphlet, which covers the HTTP protocol.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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