-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
Forum Thread: https://forum.camunda.org/t/angularui-location-loaded-via-http-timeout-error/463
Reproduce:
- Have an embedded form making a request to an external (CORS enabled) resource using the angular $http service
Expected:
- I can use the external service
Observed:
- CORS Error: Request header field X-Authorized-Engine is not allowed by Access-Control-Allow-Headers in preflight response.
Hint:
- The X-Authorized-Engine header is only set for requests against the Camunda environment
- Starting Point: https://github.com/camunda/camunda-commons-ui/blob/master/lib/services/index.js#L77