Request cookie not sent in IE11 with AngularJS P3P WithCredentials

771 Views Asked by At

I'm writing a web app with Java back end on Tomcat, and AngularJS front end and all works fine in Chrome, Firefox, etc. but NOT IE 11.

The problem is that the initial login is returning a "Set-Cookie" but the cookie is NOT included in subsequent requests (using $http in Angular 2).

  • I'm running a local tomcat server (so no clock/time difference issue)
  • The login is returning both a "Set-Cookie" AND a P3P header
  • Angular http service is set "withCredentials=true" as default
  • There are no underscores in the domain name

Login Call:-

Initial "login" call

Subsequent API call:-

enter image description here

Anyone any ideas what I'm missing!?!?

0

There are 0 best solutions below