Soap API connection to customer account service in Visual builder studio fa extension (CORS error)
Summary:
Hi, I'm looking at a fusion application extension that needs access to the AR Customer account and site. It seems that there is no REST API to do this and the only way is through the SOAP API
https://<instance>.fa.em2.oraclecloud.com:443/crmService/CustomerAccountService
What I get back is
Access to fetch at 'https://<instance>.fa.em2.oraclecloud.com/crmService/CustomerAccountService' from origin 'https://<instance>-<vbs instance>.developer.ocp.oraclecloud.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.