在Heroku上部署应用程序(zrecipe.herokuapp.com)但它不起作用(完美本地工作)。代码位于https://github.com/zzheads/RecipeSite。 开发工具显示错误消息:
Mixed Content: The page at 'https://zrecipe.herokuapp.com/'
was loaded over HTTPS, but requested an insecure script
'http://code.jquery.com/jquery-1.11.0.min.js'.
This request has been blocked; the content must be served over HTTPS.
我认为问题是我的程序中的ajax请求正在尝试从HTTP加载某些东西,没有SSL,页面应该是安全的,但我的应用程序正在尝试加载非安全对象。我怎么能摆脱这个?
答案 0 :(得分:0)
请使用-s
命令行参数。