0

What exactly is the HttpInterceptor in Angular?

bts_dev
  • 83
  • 1
  • 7
  • 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 Answers1

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