A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
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.