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?