How to avoid certificate check using jquery?
$.getJSON("https://loopback-api:3000/api/SMS-APIs/getBalance?callback=?", function(result){
console.log(result);
});
Getting following error:
net::ERR_INSECURE_RESPONSE
Any ideas?
How to avoid certificate check using jquery?
$.getJSON("https://loopback-api:3000/api/SMS-APIs/getBalance?callback=?", function(result){
console.log(result);
});
Getting following error:
net::ERR_INSECURE_RESPONSE
Any ideas?