Page loaded over HTTPS but requested an insecure XMLHttpRequest endpoint

后端 未结 5 1859
予麋鹿
予麋鹿 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:43

    I solved the problem adding a slash at the end of the requesting url

    This way: '/data/180/' instead of: '/data/180'

提交回复
热议问题