I'm really not wanting to piss anyone off. I am a beginner. I've only
been programming for a year (python) and have done very little
JavaScript/DOM ever. I really learn by examples. In
http://www.slideshare.net/SlexAxton/breaking-the-cross-domain-barrier
Alex Sexton mentions a method to access cross-domain cookies via
iFrames and he mentions easyXDM. But I can't find any example in the
easyXDM examples that shows how to do this? That might be laughable
but I'm a noob and not embarrassed by that. Everyone has to learn.
My use case is that I need to grab the cookie from a domain I don't
have control over so I can pass it to a server. It sounds dodgy but I
have the permission of the site, they are just clueless, small
business and have outsourced IT and web developers who are long gone.
So it's a temporary solution. I need on my page to load a page (or
script?) from the other domain in the background (iframe? where does
easyXDM come in here?) read the cookie and pass the cookie value to my
page to post to the server.
I know it's a pain, but I'm trying to learn.
Can someone take some time out of their busy lives to post an example?
kindest thanks anyway
AL