Ik heb dit staan in een SSL-virtualhost:
Mijn vraag is nu of de browser je wachtwoord nog altijd in cleartext verstuurt als je zo'n Realm hebt in een SSL-domein...
(...) The AuthType directive selects that method that is used to authenticate the user. The most common method is Basic, and this is the method implemented by mod_auth. It is important to be aware, however, that Basic authentication sends the password from the client to the browser unencrypted.
code:
1
2
3
4
| AuthType Basic
AuthName "Restricted Files"
AuthUserFile /usr/local/apache/passwd/passwords
require user blaat |
Mijn vraag is nu of de browser je wachtwoord nog altijd in cleartext verstuurt als je zo'n Realm hebt in een SSL-domein...
(...) The AuthType directive selects that method that is used to authenticate the user. The most common method is Basic, and this is the method implemented by mod_auth. It is important to be aware, however, that Basic authentication sends the password from the client to the browser unencrypted.