Problem
It's not possible to evaluate the response in case of a failed login if the server responsed with a 401.
Quick Fix
Set the ignoreAuthModule flag on the server response in case of a failed login attempt.
Better Fix
I have two ideas how to improve the interceptor
- Create path-based whitelist
- Add method "lastResponse" to httpBuffer
What do you think?
Problem
It's not possible to evaluate the response in case of a failed login if the server responsed with a 401.
Quick Fix
Set the
ignoreAuthModuleflag on the server response in case of a failed login attempt.Better Fix
I have two ideas how to improve the interceptor
What do you think?