> Anyone used CFHTTP.ResponseHeader[http_hd_key]....   
> What is this for?

Uh, it's for reading one or more of the response headers returned by the
remote server after a CFHTTP request.

You might use this for reading cookies, for example; cookies are set in the
HTTP response header. So, if you wanted to build a multi-step CFHTTP agent
which interacted with a server that required cookies, you'd send a CFHTTP
request, retrieve the cookie name and value from the response header, then
include it in every subsequent CFHTTP request using CFHTTPPARAM - which
unfortunately requires that subsequent requests use HTTP POST.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: (202) 797-5496
fax: (202) 797-5444


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to