frontail icon indicating copy to clipboard operation
frontail copied to clipboard

Feature Request: Change Auth Basic to Auth Digest

Open casperklein opened this issue 5 years ago • 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.

casperklein avatar May 02 '20 21:05 casperklein