Adding Headers to Subsequent Requests with `HttpClient.followRedirects`
When using
HttpClient.followRedirects, is it possible to add new headers to subsequent requests? can't make it work with mapRequest/Effect functions, and the followRedirects implementation seems to use an internal request to change the url