Hi,
I'm building a frontend using React, and my Headwind MDM backend is hosted on a separate Linux server on a different device.
Whenever I try to make API calls from my React app (which is running on localhost), I'm getting CORS (Cross-Origin Resource Sharing) errors.
How can I configure my setup so that my frontend (hosted on a different device) is allowed to make requests to the Headwind MDM backend?