Luis Mirabal wrote:

i checked http://sk2.php.net/manual/en/features.http-auth.php, but it doesnt
shows how to see if i passed user:pass in the url. i try
http://user:[EMAIL PROTECTED]/ and dumped globals, and there is nothing... any
ideas?

variables $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'], but it is not necessary anyways. the browser will remember credentials once they are set so it is useless to keep them in the url. and IE with the latest patch will ignore user:pass@ part.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to