razorpay / ifsc

:bank: IFSC Codes Repository
https://ifsc.razorpay.com
MIT License
338 stars 129 forks source link

Don't follow redirects by default #57

Closed captn3m0 closed 4 years ago

captn3m0 commented 6 years ago

With https://github.com/razorpay/ifsc-api/pull/13 getting merged soon, we'll want to the client SDKs to not follow the redirects by default (so that they get a backward-compatible old response). As such, we want them not to follow 302 by default, and parse+show the immediate response)

captn3m0 commented 4 years ago

Decided against this approach.