This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?

Web Development Code Library ASP Retrieve Username and Password from Basic Auth

Retrieve Username and Password from Basic Auth

Use this code to retrieve the currently logged-in username and password when you use Basic Authentication

<%
dim strUsername 
dim strPassword
    strUsername = Request.Servervariables("AUTH_USER")
    strPassword = Request.Servervariables("AUTH_PASSWORD")
%>
Excellence. Our Measure. Our Motto. Our Goal.