Setting Client_ID with $http.get() (Angular 1)

$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.

2 Likes