Help calling REST APIs for Oracle Integration Cloud
Content
We are using Visual Builder to run REST APIs from Oracle Integration Cloud to help us autromate migrating our process and integration applications from our Dev instance to our QA instance. I have two (2) quesions:
1) Is it possible for us to run REST APIs in our Dev instance using a url that points to our QA instance? Our VBCS application is located in https://xx-dev-company.integration.ocp.oraclecloud.com/. We are trying to run the REST API https://xx-qa-company.integration.ocp.oraclecloud.com:443/ic/api/process/v1/spaces which points to our QA instance so we can create a space in that instance. The API call works fine if we run it from Postman. However, in VBCS, we are getting the error below. We have tried to change the connection type on the service connection to all 3 CORS optios, but none are working. We're guessing it has something to do with going across instances. Any thoughts?