mthenw/frontail

Feature Request: Change Auth Basic to Auth Digest

casperklein opened this issue · 0 comments

When using frontail with -U and -P HTTP basic authentication is used.

With Auth Basic, the username and password are transferred in plaintext (base64 encoded). This can be a security issue, if the connection is not protected with HTTPS.

With Auth Digest, only hashed values are send.