$http.defaults.headers.common['Client_ID'] = 'xxxxx";
I’m not super familiar with Angular, but our header is called Client-ID. It has a dash and not an underscore in it.
$http.defaults.headers.common['Client_ID'] = 'xxxxx";
I’m not super familiar with Angular, but our header is called Client-ID. It has a dash and not an underscore in it.