I am working on RESTful SPA app using angularJS. Currently initial REST call is setting a \"token\" cookie on xyz.com ( secured response cookie) after succ
As the author of a website:
That's three separate conditions, with independent effects, and none, some or all of them can apply to any given cookie.
Therefore if a cookie is secure and for a different site then you can't read it no matter if you use HTTPS or not (since different site blocks you even if secure does not).