I've got a page, that on load event requests some service, but for it to work it has to share cookie set by that service (service authenticates through CAS). But due to different domain(and port if present) it doesn't work.
Is there any way to retrieve/read cookie? Although the page, that makes requests on load has most of the logic packaged in AngularJS. So maybe there is some issue with that then?
Thanks!