Skip to content

In Druid 0.12 there is no endpoint for OPTIONS queries. Thus it is impossible to run CORS queries. #5588

@pguzik

Description

@pguzik

We receive such HTTP query errors (403 return code):

Request did not have an authorization check performed.: {class=io.druid.server.security.PreResponseAuthorizationCheckFilter, uri=/druid/v2/, method=OPTIONS)

While running CORS HTTP POST query, there is a pre-flight request which is of OPTION type.

Is is missing @options endpoint in QueryResource class

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions