Page loaded over HTTPS but requested an insecure XMLHttpRequest endpoint

后端 未结 5 1857
予麋鹿
予麋鹿 2020-12-03 06:40

I have a page with some D3 javascript on. This page sits within a HTTPS website, but the certificate is self-signed.

When I load the page, my D3 visualisations do no

5条回答
  •  攒了一身酷
    2020-12-03 07:40

    this is easy,
    if you use .htaccess , check http: for https: ,
    if you use codeigniter, check config : url_base -> you url http change for https.....
    I solved my problem.

提交回复
热议问题