The company passes certain header variables to my website that I can use for security and tracking of users. I needed a way to see these values on a test page. Fortunately there is a simple dump of header variables that shows me the lists of server settings, browser, and security items.
cfdump var=”#GetHttpRequestData()#” label=”GetHttpResponseData() Values”