Hello,
I’m using angular 10 to call my flowable-rest api (docker image) but I’m facing the cors issue as both (frontend & backend) are not deployed in the same server.
I know that CORS must be configured in the server side by adding a filter that manages the headers to accept my angular url however this is not possible with an existing flowable-rest project.
Anyone to help on this ?
Thanks