angularjs http拦截器或$ http()没有捕获400,401错误.catch()

时间:2016-04-29 16:13:36

标签: angularjs http-status-code-401 angular-http angular-http-interceptors

当编写$ http()查询时,我发现也没有配置拦截器 $ httpProvider.interceptors.push(' myHttpInterceptor')$ http()。catch()从未用401或400错误触发。发生了什么事?

1 个答案:

答案 0 :(得分:1)

问题:已经安装了一个拦截器,我安装但配置不当。
在我的情况下,它是angular-http-auth。 在移除之后,401应该被捕获。