I wonder if this can be retrieved from header. It seems that the header sent from server does not contain this variable if page is posted with basic authentication. Normally it should contain " Basic + Base64_encoded_authentication"
Moreover..
When I do "ALL_HTTP" it contains (decoded) ID/Password respectively in: HTTP_HTACCESS_USER and HTTP_HTACCESS_PASSWORD variables
However trying to retrieve authentication directly by:
Request.ServerVariables("HTTP_HTACCESS_USER") and
Request.ServerVariables("HTTP_HTACCESS_PASSWORD") returns a zero length string.
Is this normal?
Moreover..
When I do "ALL_HTTP" it contains (decoded) ID/Password respectively in: HTTP_HTACCESS_USER and HTTP_HTACCESS_PASSWORD variables
However trying to retrieve authentication directly by:
Request.ServerVariables("HTTP_HTACCESS_USER") and
Request.ServerVariables("HTTP_HTACCESS_PASSWORD") returns a zero length string.
Is this normal?