Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Blocked insecure request to URL

I am making a call to a REST API. I am getting the error below:

[12:22:07 AM]Blocked insecure request to URL: Its an HTTP URL. 
 
I read that we can make calls only to an HTTPS URL. This is a public URL maintained by a third party vendor and I can't change it. 
Any advice about how to resolve this?
 
Thank you for your time. 
Best Answer
0 Votes
7 REPLIES 7

hashdrone3_1-1572755730721.png

I gave permissions for internet in package.json.

Best Answer
0 Votes

It's got to be HTTPS. You could try setting up a proxy server in the middle. Big job, though, and could cost $.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

Hmm.. i thought about it but that would be expensive.. any other options?

Best Answer
0 Votes

I've been using https://cors-anywhere.herokuapp.com and it works very well.

Best Answer
0 Votes

Thank you. It works like a charm.

Best Answer

This now seems to be broken at fitbit app update 3.11.  Boooo.

Best Answer
0 Votes

any other options? 

Best Answer
0 Votes