ERR_INSECURE_RESPONSE

时间:2016-04-14 14:42:52

标签: https angular

在我的angular2应用程序中,我向API发送了HTTPS发布请求:

this.http.post('https://myhost.com/api/users/sign_in', body, { headers: contentHeaders })
      .subscribe(
      response => {.....

我得到“无法加载资源:net :: ERR_INSECURE_RESPONSE”

HTTP一切正常,直到我切换到HTTPS

我正在为myhost.com使用自签名证书。

在浏览器中,我可以接受证书并向API发出请求。我是否可以通过{2}直接通过http.post来解决此问题?

0 个答案:

没有答案