0
mohr created
hi i am usinge httpclient in Angular to post to a remote end point. The issue i am having is that i need to remove the Authorization header which appears to be added somewhere else. i have overridden the headers in the call but it had no effect.
any help appreciated
1 Answer(s)
-
0
Consider using HttpBackend.
https://angular.io/api/common/http/HttpBackend https://github.com/angular/angular/issues/20203#issuecomment-368680437