I have a cross domain url in which if I access directly, I can see cookies(from Resources->Cookies in chrome browser).
I have created a separate HTML file in which whenever the HTML file page loads, I need to get the cookie from that url.
Is it possible through javascript?