http升级https的时候,遇到一个问题
Posted 潇水鱼米
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了http升级https的时候,遇到一个问题相关的知识,希望对你有一定的参考价值。
问题:
Mixed Content: The page at ‘https://api.xxxx.com/test‘ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://api.xxxx.com/test‘. This request has been blocked; the content must be served over HTTPS.
添加这个:
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
参考:
http://thehackernews.com/2015/04/disable-mixed-content-warning.html
以上是关于http升级https的时候,遇到一个问题的主要内容,如果未能解决你的问题,请参考以下文章
在使用低版本的element-ui升级到element-ui 2.0的时候遇到的问题
Java项目实践,部署Tomcat应用http升级https