Description
Adds redirect-following middleware for Faraday 2.x clients. It is useful when API clients or download tools need controlled handling of HTTP 3xx responses without duplicating redirect logic.
Redirects can send requests to unexpected hosts. Limit redirect counts, review method changes, preserve credentials carefully, and avoid forwarding sensitive headers across domains.