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

a ':' in nonce breaks digest authentication #415

Closed
jvanvorst opened this issue Nov 1, 2022 · 1 comment
Closed

a ':' in nonce breaks digest authentication #415

jvanvorst opened this issue Nov 1, 2022 · 1 comment

Comments

@jvanvorst
Copy link

Server sends:
HTTP/1.1 401 Unauthorized
WWW-Authenticate: Digest realm="IP Camera", charset="UTF-8", algorithm="MD5", nonce="636144c2:2970b5fdd41b5ac6b669848f43d2d22b", qop="auth"

needle responds with:
authorization: Digest uri="xxxxx", realm="IP Camera", nonce="636144c2", username="xxxx", response="42289c79a16ff73462e953b661d0a2d5", qop="auth", nc="00000002", cnonce="49f6a75e"

@tomas tomas closed this as completed in aa49d75 Nov 17, 2022
@tomas
Copy link
Owner

tomas commented Nov 17, 2022

Fixed in aa49d75. Thanks!

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

No branches or pull requests

2 participants