Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Digest authentication for http proxy server #79

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

twu2
Copy link

@twu2 twu2 commented Feb 6, 2025

https://datatracker.ietf.org/doc/html/rfc2617
server will send both Basic and Digest header to client client can use either Basic or Digest for authentication

this patch include patch in #78

Change-Id: Iaa6629c143551770c836af3ead823bd148b244c6

@twu2 twu2 force-pushed the http_digest_auth branch 2 times, most recently from af1e791 to 1afe2ee Compare February 12, 2025 06:38
twu2 added 3 commits February 12, 2025 15:00
https://datatracker.ietf.org/doc/html/rfc2617
server will send both Basic and Digest header to client
client can use either Basic or Digest for authentication

Change-Id: Iaa6629c143551770c836af3ead823bd148b244c6
Change-Id: If0287548bdb9fa9ca7685f1f7f09653b68f22da5
Change-Id: I3885b2c616b2bcdeef4127e92747d9a87a6621eb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants