Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Comments on Is digest authentication more secure than basic authentication over HTTPS?
Post
Is digest authentication more secure than basic authentication over HTTPS? Question
Apache has modules for both digest authentication and basic authentication. I've seen recommendations to use digest authentication because it doesn't send the password in clear text.
However, if my site is HTTPS, aren't all the headers including the ones for basic authentication encrypted anyway? Is there any reason to prefer digest authentication over basic authentication for a site that is HTTPS only?
1 comment thread