NClient icon indicating copy to clipboard operation
NClient copied to clipboard

Send Authorization header on redirect to a trusted host

Open smolchanovsky opened this issue 2 years ago • 1 comments

The header is not sent at the redirect by design. However, if the host is trusted (there is a token in IAccessTokens for it) the header can be sent.

smolchanovsky avatar Jul 17 '22 20:07 smolchanovsky

Most likely, we will need to implement redirect handling outside of HttpClient. This means that we need to close this issue https://github.com/nclient/NClient/issues/432

smolchanovsky avatar Jul 23 '22 08:07 smolchanovsky