@Jay Ashara CORS is more part of the security built into browers and compliant servers just require sending back the right headers. So you could always include the required headers in your response manually or even leverage function proxies to add them for you.
You could also workaround this or even totally disable CORS though not recommended.