Hi!

    What is the function exactly for encoding the user's typed password in
PHP after the HTTP Authentication pop-up window by Apache was submitted?  I
tried the base64_encode() but it is not the right function.  The
authentication header here is ..

--snip--
     header('WWW-Authenticate: Basic realm="My Private Stuff"');
     header('HTTP/1.0 401 Unauthorized');
--snip--

Thanks,
 FletchSOD

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

Reply via email to