bug: DELETE
method is not part of methods allowed by CORS, when it is needed for unregistering
#151
Closed
1 task done
Is there an existing issue for this?
Current Behavior
calling
DELETE /identity
fails in the browser due to CORS policy not includingDELETE
method.Expected Behavior
calling
DELETE /identity
from the browser should succeedSteps To Reproduce
In a browser environment, for example a console and running
produces a CORS error, while running
succeeds.
Environment
Relevant log output
Anything else?
No response
The text was updated successfully, but these errors were encountered: