I imported an OpenAPI spec from IFS API Explorer into my .NET Web API project to expose the IFS APIs through Swagger UI.
When I try to call the APIs from Swagger, I get a CORS error in the browser.
Is there a way to enable CORS in the IFS environment so that these API calls can work from a browser? or another alternative approch to use swagger ui to call REST endpoints?