Currently if the server responds with a redirect status (3xx), the library handles it and will return the latest non 3xx response to the caller.
Add an option to avoid following the redirects to have more control. This is useful for example if there are multiple cookies returned in the different redirects.