> Anyone out there had any luck getting access in a CFM page > to ALL of the header vars that come over from the client? > I'm about to start using Siteminder to do the user > authentication, and it puts the user info into the header > vars. I don't want to use the current CF support for > SiteMinder authentication because that's going away in the > next release, so it's a dead end. I found a tag called > PunchOut but it looks like overkill for what I want, unless > I'm misreading what it does.
If you're referring to the CGI variables sent in the HTTP request header, you should be able to see them all by looking at the CGI scope (the specific variables you're interested in will begin with "HTTP_"). Or, if you're using CF 5, you can use the GetHTTPRequestData function to retrieve HTTP request headers, or even the raw HTTP request body if one exists. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

