You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since YetAnotherHttpHandler is using Hyper under the hood it cannot be done as easily.
We would have to implement the auto redirect feature manually in the C# layer
or implement/use something like this https://github.com/srijs/rust-follow-redirects in the Hyper layer.
The built-in HttpHandler supports a AllowAutoRedirect option (default: true), which will follow 302/etc redirects automatically.
Could a similar option be added here? (right now redirects are not automatically handled)
The text was updated successfully, but these errors were encountered: