You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the metrics endpoint always appends CORS headers. However, in Quarkus, we want to use the general CORS filter provided by Quarkus, so SR-M should not append these headers by itself.
With this change, there will be a option to turn headers off. For better backward compatibility, the default will remain "on".
See quarkusio/quarkus#14430
The text was updated successfully, but these errors were encountered:
At the moment the metrics endpoint always appends CORS headers. However, in Quarkus, we want to use the general CORS filter provided by Quarkus, so SR-M should not append these headers by itself.
With this change, there will be a option to turn headers off. For better backward compatibility, the default will remain "on".
See quarkusio/quarkus#14430
The text was updated successfully, but these errors were encountered: