I get CORS error every time hitting the service desk API
Here is the error
Access to XMLHttpRequest at 'https://blindsidesports.atlassian.net/rest/servicedeskapi/request' from origin 'https://mydomain' 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.
I also get the same error from localhost.
It works perfectly from browser and Postman.