plywood-druid-requester icon indicating copy to clipboard operation
plywood-druid-requester copied to clipboard

Support redirects for POST requests

Open dmtrs opened this issue 6 years ago • 0 comments

There is a case where the druid cluster is setuped for multiple hosts. This introduce 307 redirect response in case of host being busy.

request library has followRedirect (default: true) for GET requests but not POST.

A solution would be to set followAllRedirects (default: false) from request library to true.

dmtrs avatar Oct 17 '18 15:10 dmtrs