I was wondering if there is any way to send the same header to different requests.
I saw this AngularJS $http custom header for all requests but http interceptor is for all http requests and I don't want that each http request get this header.
There is other way to do this for different request without sending it manually for each request?
Sorry for my english and thanks in advance!