aacerox / node-rest-client

REST API client from node.js
MIT License
377 stars 132 forks source link

follow redirects not respected when set to false #151

Closed agalazis closed 7 years ago

agalazis commented 7 years ago

There is no way to disable that option in the latest version https://runkit.com/5852ef8928e6700013b89c16/58cc0d3f9f11c700140a580c

aacerox commented 7 years ago

You're right follow-redirects config was not properly passed to request options. Fixed in current version (3.0.5).

thanks.