In my Angular 1 application, I am using $httpProvider
to be able to default to all content-type methods, but for GET methods, it does not send in its header. How can I force the angle to set the content-type in the GET methods?
No config
$httpProvider.defaults.headers.common['Content-Type'] = 'application/json';
Console
Request