Ah.. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functi97.htm
:-) -----Original Message----- From: Snake [mailto:[EMAIL PROTECTED] Sent: 21 August 2006 17:34 To: CF-Talk Subject: HTTP Request Header Authorization I am using a 3rd party authentication plugin for IIS (IISPASSWORD). But when trying to get the value of CGI.AUTH_USER, it is blank, so it seems this info is not sent in this variable. How else can one extract this data, as I understand it is still in the http header Which will contain a value like this: Basic ZmdoOmZnaA== Simple Base64Decode the end part and you will have the result: - Snake ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250472 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

