By default with AllowAutoRedirect enabled, the HttpClient will strip off the Authorization
header when following a redirect. This is for security reasons. This package allows the redirects to
be followed as long as the host name in the RedirctUrl matches the host name of the original...
More information