This fix relaxes the constraints on user set authentication headers. Currently,
any user set authentication headers are filtered out, if the HttpClient has an
Authenticator set. The reason being that the authenticator is expected to
manage authentication. With this fix, it will be possible to u
On Sun, 29 Sep 2024 16:46:06 GMT, Michael McMahon wrote:
> This fix relaxes the constraints on user set authentication headers.
> Currently, any user set authentication headers are filtered out, if the
> HttpClient has an Authenticator set. The reason being that the authenticator
> is expected