gpt4 book ai didi

angularjs - 检测是否通过 SSL 访问应用程序?

转载 作者:太空宇宙 更新时间:2023-11-03 13:10:23 24 4
gpt4 key购买 nike

Angular 有没有办法检测应用程序是否通过 https 访问?我需要对此进行检测,以便构建正确的 url 并将其传递到 $http 服务中,传递 http 将生成 '必须通过 HTTPS 提供内容。' 错误。

最佳答案

您可以使用 $window访问封装窗口对象的服务:

if( $window.location.protocol == "https" )
{
// whatever
}

关于angularjs - 检测是否通过 SSL 访问应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27297080/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com