NClient
NClient copied to clipboard
Send Authorization header on redirect to a trusted host
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.
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