Created by: ouadakarim
ISSUE: https://github.com/http-party/node-http-proxy/issues/1412
follow-redirects
, one of the project dependencies changed their API in the past (in v1.3.0). It introduced some new options and changed the defaults for them. Due to that fact we struggle to use the followRedirects
option, because by default we cannot do that for requests bigger than 10MB. This request allows to change those defaults.