I have Windows 2000 Advance Server and
I use a basic authentication mode BASE64 in my ASP page like that:
...
Response.Status = "401"
Response.AddHeader " "BASIC realm=""This page is restricted. Please authenticate."""
...
and when i get the response from the browser
...
Request.ServerVariables("HTTP_AUTHORIZATION"
...
i must get something like this "BASIC ...." but i don't get this.
Can anyone help me with that
(sorry for bad english)
i set the in the Internet Services Manager at Directory Security - Anonymous Access and Integrated Windows Authentication
I use a basic authentication mode BASE64 in my ASP page like that:
...
Response.Status = "401"
Response.AddHeader " "BASIC realm=""This page is restricted. Please authenticate."""
...
and when i get the response from the browser
...
Request.ServerVariables("HTTP_AUTHORIZATION"
...
i must get something like this "BASIC ...." but i don't get this.
Can anyone help me with that
(sorry for bad english)
i set the in the Internet Services Manager at Directory Security - Anonymous Access and Integrated Windows Authentication