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
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