This request has been blocked; the content must be served over HTTPS.

系统管理员 2023-09-28 08:14 31阅读 0赞

557e4ef8158f4f45a9ccc86d25c77215.png

Mixed Content: The page at ‘xxxxxx’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://xxxxxx‘. This request has been blocked; the content must be served over HTTPS.

解决办法:

在HTML中的head标签中添加下面代码,即可解决此问题。

  1. <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

发表评论

表情:
评论列表 (有 0 条评论,31人围观)

还没有评论,来说两句吧...

相关阅读