Fabio Cabrini
Hi Matt,
thank for this article. it’s very helpful and complete.
I have one issue because somehow my angular http interceptor is not adding the Authorization Bearer header.
I can see in the browser the interceptor is invoked and the header is in the request with the note “Provisional headers are shown”. Debugging on Spring side, I noticed the header is not sent.
I am using Angular 8, do you see any differences I should be aware of?
Thanks in advance.
Fabio