Closed bcschaich closed 4 years ago
Tutorial URL: https://developers.sap.com/tutorials/hcp-abh-api-ui5-app.html
Please specify the step you are referring to STEP1 when calling the GET directly from the controller (as described in tutorial) following error message appears in console:
Access to XMLHttpRequest at 'https://sandbox.api.sap.com/successfactors/odata/v2/User?$top=10' from origin 'https://webidetesting8490196-d034365trial.dispatcher.hanatrial.ondemand.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I found out what that means but solutions include way too much programmming for an example. How can this be solved?
OK obviously this had to do with SF outages? It works today!
Tutorial URL: https://developers.sap.com/tutorials/hcp-abh-api-ui5-app.html
Please specify the step you are referring to STEP1 when calling the GET directly from the controller (as described in tutorial) following error message appears in console:
Access to XMLHttpRequest at 'https://sandbox.api.sap.com/successfactors/odata/v2/User?$top=10' from origin 'https://webidetesting8490196-d034365trial.dispatcher.hanatrial.ondemand.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I found out what that means but solutions include way too much programmming for an example. How can this be solved?