Request header field is not allowed by Access-Control-Allow-Headers with $http
I'm doing a POST to a service using Postman Chrome Extension , and I get the expected response. But, when I do the same POST request using $http , all goes to hell. I get a : Request header field Engaged-Auth-Token is not allowed by Access-Control-Allow-Headers Engaged-Auth-Token being a header. I've no idea why with Postman works and it doesn't work with Chrome... Any ideas? Aditya Singh The issue is because of missing Access-Control-Allow-Headers from request Header. To fix this we need to add Access-Control-Allow-Headers: * to request header Add a Access-Control-Allow-Headers to the http