Base solution for your next web application
Open Closed

Angular http post #7165


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team

    Consider using HttpBackend.

    https://angular.io/api/common/http/HttpBackend https://github.com/angular/angular/issues/20203#issuecomment-368680437