Skip to content

Support redirects for POST requests #8

@dmtrs

Description

@dmtrs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions