I'm trying to access the HttpHeaders from an HttpErrorResponse but I cannot see all the headers, am I using the HttpClient incorrectly or is this an Angular bug: Sample demonstrating the problem
I can see in the developer tools that there should be the following header WWW-Authenticate:Bearer realm="spotify"
however it is not present.