如何在cloud9 ide中使用http?

时间:2016-03-20 12:02:19

标签: cloud9-ide

我使用python manage.py runserver $IP:$PORT,然后启动this page。正如您所看到的,clound9使用https,这会导致问题 - 某些css或js文件无法通过http从其他站点加载。

浏览器控制台显示:

Mixed Content: The page at 'https://py3-pronan.c9users.io/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fortawesome.github.io/Font-Awesome/assets/font-awesome/css/font-awesome.min.css'. This request has been blocked; the content must be served over HTTPS.

这个网站没什么特别的,我对http完全没问题,那么有没有办法配置cloud9 ide来使用http?

1 个答案:

答案 0 :(得分:1)

Cloud9将HTTPS HTTP流量路由到服务器,侦听0.0.0.0:8080。

因此,您需要使用HTTP的全部内容是在浏览器中使用http:// ...而不是https:// ...: