When I configure a directory as following
AuthType Basic
AuthName "Restricted Files"
AuthUserFile C:/passwords
Require user foo
Apache will ask user for id/password. Are they transmitted securely? Or are they transmitted as palin text? Anyway to make it secure?
Thanks!
AuthType Basic
AuthName "Restricted Files"
AuthUserFile C:/passwords
Require user foo
Apache will ask user for id/password. Are they transmitted securely? Or are they transmitted as palin text? Anyway to make it secure?
Thanks!