我在 http 中有 ASP.NET MVC Web 应用程序,我想将其转换为 https。我将代码从 http 更改为 https,但在 Internet 上部署后,我遇到了一些 javascript 库错误,例如:
Mixed Content: The page at 'https://MySite/' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-2.1.3.min.js'. This request has been blocked; the content must be served over HTTPS.
什么是解决方案?