在Angularjs中发出https请求

时间:2015-07-13 11:53:23

标签: javascript angularjs

在AngularJS中,我正在编写以下代码, $ http.get(URL)。然后....

正在发送http请求,我的服务器配置为https。使用$ http.get时,我会在firebug控制台中看到以下内容。

  

阻止加载混合活动内容

在angularjs中发出https请求的方法是什么?没有关于此主题的文档。

修改 我的确切代码是:

$http.get(url).then(function(response) {
                        return response;
                    });

firebug中显示的请求的URL是: 获取http://localhost:8080/content/help/en/photoshop/product-details.js

1 个答案:

答案 0 :(得分:0)

试试这段代码。

删除http并以// localhost:8080 / content

开头

Credits