RE: [PHP-WIN] Remote UserName

2001-05-24 Thread Erik Ableson
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

Re: [PHP-WIN] Remote UserName

2001-05-24 Thread OoCobra97
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

[PHP-WIN] Remote UserName

2001-05-24 Thread Erik Ableson
Hmm - an odd one here.  I am working in an environment where all browsers are forced to authenticate to a Netscape proxy server and all traffic internal and external is routed through the proxy. Since all users are authenticated as soon as their browser opens, I'd like to be able to access t