Konstantin created ARTEMIS-4088:
-----------------------------------
Summary: Hawtio (?) failing authentication for CORS preflight
requests to Jolokia
Key: ARTEMIS-4088
URL: https://issues.apache.org/jira/browse/ARTEMIS-4088
Project: ActiveMQ Artemis
Issue Type: Bug
Components: API
Affects Versions: 2.26.0
Reporter: Konstantin
I'm trying to integrate queue message counts on an external website.
When trying to access the Jolokia URL, Authentication is neccessary.
Due to this, the browser executes a Preflight request via the OPTIONS method,
which is unauthenticated by design. This request however always returns error
403, even though I have set up unauthenticated access during broker creation.
The Hawtio-Forbidden-Reason header is set to NONE.
Expected behavior: OPTIONS Requests should not return 403, but rather 2xx.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)