When using PHP and apache it is possible to get the username and password after they have been entered with basic authentication. Is it possible to do the same with digest authentication?
P
http://www.php.net/manual/en/features.http-auth.php
I've read that before, but it just shows what you do for basic authentication. I need to be able to use digest authentication.