Author Topic: HTTP headers in Angular 8  (Read 1629 times)

KaranamAvinash

  • Newbie
  • *
  • Posts: 8
    • View Profile
HTTP headers in Angular 8
« on: January 29, 2020, 01:39:32 pm »
Hi,

I am using Angular 8 with remote calls to database to fetch data.

I am unable to send http header while performing the remote calls. How do I send HTTP Headers.?

The requests sent, are not getting registered in the HTTP Interceptor to add custom header for doing remote database calls.

Thanks in advance.