> > I think you're forgetting that you can also put cookies and > cgi variables in a cfhttpparam. > > They most certainly belong in a get request. > > Spike >
Cookies are technically a separate part of the HTTP request. I have only just noticed (in DWMX) that CFHTTPPARAM allows the type="cookie" which is fine for simplicity, but if you can't use it with a CFHTTP method="GET", then it's actually not allowing you to create a proper HTTP request, so no wonder people are getting annoyed. Use CFX_HTTP (if you can) or just "post" the information! Paul -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
