Camunda BPM Run: CORS does not allow all HTTP methods by default

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.13.0, 7.13.0-alpha5
    • Affects Version/s: 7.13.0
    • Component/s: run
    • 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

            Assignee:
            Nikola Koevski
            Reporter:
            Miklas Boskamp
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: