在Heroku上部署了Web应用程序,但它不起作用

时间:2016-09-08 19:55:35

标签: ajax spring heroku deployment spring-security

在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,页面应该是安全的,但我的应用程序正在尝试加载非安全对象。我怎么能摆脱这个?

1 个答案:

答案 0 :(得分:0)

请使用-s命令行参数。