everurssantosh Posted September 26, 2008 Share Posted September 26, 2008 Hi, I want to implement Digest HTTP Authentication in my site which runs in an apache server. I want to know few details about the procedure to implement this. Also, I want to know is it possible to take id and pwd from database for this type of authentication and validate with the user provided data? Please put light on this. Thanks Santosh Quote Link to comment https://forums.phpfreaks.com/topic/125954-authetication-types-and-its-implementations/ Share on other sites More sharing options...
discomatt Posted September 26, 2008 Share Posted September 26, 2008 http://php.net/manual/en/features.http-auth.php Yes, it's very possible to do with with a database The examples provided should more than get you started. Quote Link to comment https://forums.phpfreaks.com/topic/125954-authetication-types-and-its-implementations/#findComment-651301 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.