-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Digest auth new #2098
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
base: main
Are you sure you want to change the base?
Digest auth new #2098
Conversation
I'll have a look on the weekend. :) |
db10c8e
to
735ab1c
Compare
I think only the |
Thanks @hyperxpro for pointing that out! I’ve started implementing auth-int |
things to do
|
@hyperxpro i have fews questions it would be helpfull if you answer them 1)in Proxy auth is auth-int relevant? because as far as i know proxies happen before getting body Thanks! |
* @return 2×length lower-case hex string | ||
* @throws IllegalArgumentException if {@code bytes} is null | ||
*/ | ||
public static String bytesToHex(byte[] bytes) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to optimize this
This is build on top of #2089
and still some changes are required around new testcases and failing testcases
closes #2068