-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.13.0
-
None
Problem:
In Camunda BPM Run, the CORS filter only allows GET, POST, HEAD, OPTIONS methods by default. All other methods do not work as CORS requests.
Solution:
By default allow all HTTP methods that are used by the Camunda REST API.
The REST API uses:
- GET
- POST
- PUT
- DELETE
- OPTIONS