Yes, unfortunately if the "foreign" sources don't support CORS, you'd have to use a CORS proxy... If you want to self-host, there's one at https://github.com/Zibri/cloudflare-cors-anywhere that can be deployed to CloudFlare Workers (the code is a bit messy though).
GitHub supports CORS for raw data for example, that's why I put it in the sample queries.
GitHub supports CORS for raw data for example, that's why I put it in the sample queries.