Title: RE: [PHP-WIN] Remote UserName
Hmm - the problem that I'm having is that I want this interaction to be invisible to the end user. I don't want them to be presented with a login dialog since I _should_ (somehow) be able to identify them by the id they presented to the proxy wi
Hello Erik,
You can access the username and password by possibly a getenv or
http_env_vars...and using PHP_AUTH_USER and PHP_AUTH_PW if you go to a
page that has the phpinfo() command in it after youve authenticated, it will
show you these variables...there located under php variables. Hope