What exactly is the HttpInterceptor in Angular?
Asked
Active
Viewed 110 times
0
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Oct 06 '21 at 21:20
1 Answers
1
localhost:4200 should be what you add to "allowedUrls". This tells the auth server that requests from your angular app are "allowed".

cklimowski
- 589
- 6
- 21
-
Yes, that is my understanding. You would check for the bearer token. – cklimowski Sep 29 '21 at 14:17