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.