python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
HTTP_INTERCEPTOR work only 1 times with angular 11
I'm trying to learn how to secure a basic angular app.
I'm working with springboot back office with basicauth. And I've implemented HTTP_INTERCEPTOR.
I've followed this guides:
https://www.baeldung.c...
ludo77100
Votes: 0
Answers: 1
HttpInterceptor not firing on some calls with Observables
I'm working in Angular 11 and I built an HttpInterceptor whose job is to create custom error toast whenever an http request fails.
I've been testing the interceptor by forcing bad requests to my serve...
Nicolò Antonucci
Votes: 0
Answers: 0
Angular 13: Http Interceptor not Finalizing
I have a HtppInterceptor that starts and stops a progress bar in my app. This generally works fine for most Http requests, but I have a number of api calls and when these occur, the HttpHandler never ...
Molloch
Votes: 0
Answers: 1
How to intercept a static resource request in angular
In my angular app, I have the possibility to access server static resources (like images, documents, etc.) by an url like:
http://localhost:4200/resources/logos/user_logo.png.
In order to protect the ...

David R
Votes: 0
Answers: 0