Hello, I’m trying to POST some data to a website url.
The error when I open the url on my desktop computer with Chrome or Safari (work fine with Firefox): net::ERR_CERT_AUTHORITY_INVALID
The console error when I post data with AngularJS: net::ERR_INSECURE_RESPONSE
There is a way to disable SSL check ? I am not the website owner I can’t do anything about the certificate. The only other way I know is to create a proxy, which means buy a server…
Thanks