fix($http): remove 'X-Requested-With' from header defaults ยท angular/angular.js@3a75b11
X-Requested-With header is rarely used in practice and by using it all the time we are triggering preflight checks for crossdomain requests. We could try detecting if we are doing CORS requests or...