Login
Remember
Register
Ask a Question
What is an interceptor?
0
votes
asked
May 21, 2022
in
AngularJS Packaging and Testing
by
sharadyadav1986
What is an interceptor?
angular-interceptor
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 21, 2022
by
sharadyadav1986
An interceptor is a middleware code where all the $http requests go through. It is registered in $httpProvider. There are 2 types of requests that go through the interceptor, request and response.
...