Open
Description
There is an overlook in the code that disables auth for redirects with custom ICredentials
:
In case settings._credentials
is not a CredentialCache
we pass an HttpConnectionHandler
to RedirectHandler
to be used on redirects. This will opt out from the previously configured handler chain in the method, which unfortunately also includes MetricsHandler
and DiagnosticsHandler
, not only HttpAuthenticatedConnectionHandler
.
This bug has a very limited impact.