11-02-2019 21:31
11-02-2019 21:31
I am making a call to a REST API. I am getting the error below:
11-02-2019 21:35
11-02-2019 21:35
I gave permissions for internet in package.json.
11-02-2019 21:40
11-02-2019 21:40
It's got to be HTTPS. You could try setting up a proxy server in the middle. Big job, though, and could cost $.
11-02-2019 21:50
11-02-2019 21:50
Hmm.. i thought about it but that would be expensive.. any other options?
11-05-2019 08:47
11-05-2019 08:47
I've been using https://cors-anywhere.herokuapp.com and it works very well.
11-05-2019 09:06
11-05-2019 09:06
Thank you. It works like a charm.
11-27-2019 08:40
11-27-2019 08:40
This now seems to be broken at fitbit app update 3.11. Boooo.
02-13-2020 19:02
02-13-2020 19:02
any other options?