Good morning people! I'm trying to make an HTTP call to the Camunda BPM Restore API (apache-tomcat-9.0.5) via Angular 6, but it is giving the following error:
Access to XMLHttpRequest at 'http://localhost:8080/engine-rest/process-definition/key/createUser/start' from origin 'http://localhost:4200' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access- Control-Allow-Origin' header is present on the requested resource. user.service.ts:79 Http failure response for (unknown url): 0 Unknown Error I've already started chrome with --disable-web-security. Already tried with an extension: [image: Capturar.PNG] But I can not get out of the dilemma. Would anyone have a tip? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
