Calling External APIs from VBCS
Summary:
Hi,
I am working with Oracle Visual Builder (VBCS) and I need to call an external API (for example, https://jsonplaceholder.typicode.com) directly from my application.
So far, I have tried using a Service Connection and Action Chains, but I am encountering issues such as:
CORSerrorsERR_CONNECTION_ABORTED/ERR_CONNECTION_RESET
It seems that VBCS does not allow direct API calls to external services and requires proper handling of headers and scopes, but I am unsure of the recommended approach.
Could you please provide guidance or a recommended method to successfully call external APIs like JSONPlaceholder from VBCS?
Tagged:
0