AngularJS $http object not showing all headers from response AngularJS $http object not showing all headers from response ajax ajax

AngularJS $http object not showing all headers from response


Turns out that the Access-Control-Expose-Headers cannot accept a wildcard. We needed to specify exactly which headers the client should have access to, and then it worked.