CORS error while calling oracle BPM REST API from VBCS
Summary:
Hi Team,
We are calling BPM rest APIs from VBCS and Authentication is set as None, instead we are passing token to custom header.
JWT token gets generated in fusion and same have been passed to VBCS app and set in the custom header.
It works fine with other Fusion REST APIs but for BPM, it throws CORS error.
Please guide me resolving this issue..
Content (required):
Note: It does not throw CORS issue with 1.0 and 3.0 version of BPM Rest API
REST API:
https://{{environment}}/bpm/api/4.0/tasks/
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0