Some background:
- my site: site.domain.com
- http-only cookie set by domain.com.
- I can see the cookie in the resources view in Chrome & in the network traffic
I really need read access to an http-only (domain) cookie from either meteor client or server (doesnt matter to me)
http-only renders any technique that uses "document.cookie" useless unfortunately.
I can see the cookie details being passed back to Meteor inside the various sockjs GET requests, what i probably need is a way to get at that raw request info so i can tease out the cookie value.
Anyone have any ideas? Thanks in advance