Follow redirects
Follow request redirects with the option to preserve headers and use location headers.
Makes the connection automatically follow redirect responses instead of stopping at them. When the target service answers with a redirect, the connection sends the request again to the new location and returns the final response. Use this when an API moves resources or routes requests through one or more redirects and you want the call to land on the final destination without extra handling.