I was able to access vsrm.dev.azure.com API via $.ajax.get calls i.e. https://vsrm.dev.azure.com/microsoft/***/_apis/release/definitions/****
Now I'm starting to get CORS error: Access to XMLHttpRequest at 'https://vsrm.dev.azure.com/microsoft//_apis/release/definitions/' from origin 'http://localhost:8080' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Any ideas how to fix this?