MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
Hosting a local proxy to deal w/ CORS
-
Has anyone dealt w/ trying to get data from an API that has CORS disabled? I expect that you can deal w/ it simply by running a proxy w/in the webserver. Maybe using something like this? https://www.npmjs.com/package/cors-anywhere
Curious if this is a problem that’s already been solved though.
-
Nevermind. I get it now. Node helper is the way around this problem. I’m all set.