Facing CORS policy issue when calling the SonarQube API's using $http in angularjs

Hello,
If the Access-Control-Allow-Origin: * header is correctly set on the server it should work.
Are you sure you are correctly doing the request? For example, if you are using fetch, are you correctly enabling the cors mode?