Closed albravo closed 3 years ago
Hi,
How can I invoke this api from another application in BTP? The request is blocked by CORS policy.
In manifest.yml I have added the following but it doesn't work
env: CORS: > [ { "allowedOrigin":[ { "host":"hostorigin", "protocol":"https" } ], "uriPattern":"^user-api$" } ]
Thanks
Hi,
How can I invoke this api from another application in BTP? The request is blocked by CORS policy.
In manifest.yml I have added the following but it doesn't work
env: CORS: > [ { "allowedOrigin":[ { "host":"hostorigin", "protocol":"https" } ], "uriPattern":"^user-api$" } ]
Thanks