vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

Http Digest WebClient

Open tsegismont opened this issue 2 years ago • 2 comments

Like OAuth2 client, a client which is able to intercept a 401 response, inspect headers and extract the necessary information to authenticate users who have provided credentials.

tsegismont avatar Dec 06 '22 14:12 tsegismont

cc @pmlopes

tsegismont avatar Dec 06 '22 14:12 tsegismont

This one is more complicated as htdigest may require a digest of the full body response, which we don't cache

pmlopes avatar Mar 23 '23 15:03 pmlopes