在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