plywood-druid-requester
plywood-druid-requester copied to clipboard
Support redirects for POST requests
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
.