我有下面的axios请求,它是通过https发出的,但我得到了错误 The page at 'http://websitename/folder1/folder2/api/atlas/home/coach' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://websitename/folder1/folder2/api/user?userid=15'. This request has been blocked; the content must b
我有一个错误:Mixed Content: The page at 'https://myWebsite' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://myApi'. This request has been blocked; the content must be served over HTTPS.我的API只是使用HTTPS,不能不将它更改为HTTPS,有人帮助我解决这个问题。
我已经让我的网站在Windows Server 2019专用IIS 10上工作本地主机,但我正在尝试使用我的IP地址在互联网上访问我的网站,如下所示:这就是为什么我不能加载我的CSS和JS文件,因为我正在使用IP地址远程查看网站?我哪里错了? <img src="img/service-icon/diamond.png" alt="Service 1"> <img c
我正在构建一个Chrome扩展,它应该向我的本地站点(站点)发送一个POST请求,但是在尝试这样做时我会遇到一个错误。它将数据发送到https://,即使我指定它要发送到http://。这是我的popup.js代码://makes sure that both parameters are present console.log(z ); console.log(y );
//save data f