Hi All,
I have a domain let say xyz.com and in my page, I have an Iframe with the page from other domain let say, www.abc.com/home.aspx. However, abc.com has authentication implemented, because of which it redirects to login.aspx. Is there a way so that i can call the login page of abc.com internally and get there cookies created from their side and then access their home page. I am using asp.net. I do not want the user to login to abc.com, it should be done automatically.
Please suggest