I built and successfully tested an API resource on Coldbox. I now would like to call this API from my Vue.js client. When doing so, I get an error: "No Access-Control-Allow-Origin header present on the requested resource" from the Javascript console. Although I fully understand the reason for this message, I am not sure what is the simplest and most secure approach to enable CORS with Coldbox.
I would like to find out the solution currently available with Coldbox 5 to resolve this issue. Thanks in advance for your reply.