Jump to content

htdigest Authentication problem


alphadeltaviii

Recommended Posts

So, digest authentication is working with passwords, etc. But if I jst cancel out fo the login screen, i go to the page anyway. It completely bypasses the security by hitting "Cancel". How do i fix this? (Here is my code from httpd.conf)

 

<Directory /var/www/html/website_root/*>
AuthType Digest
AuthName "Restricted Area"
AuthDigestDomain / http://admin.mydomain.com
AuthDigestProvider file
AuthUserFile /etc/httpd/passwds2
Require user access
</Directory>

Link to comment
https://forums.phpfreaks.com/topic/91561-htdigest-authentication-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.