I've been working on parsing a website but am running into problems when one of the major pages I need to parse can only be found in an iframe.
I can see the URL to the parent page and have attempted many times to visit it through HttpGet (after being logged in of course and being able to visit any other account specific page), but it fails. In fact, the page that I am given is the page a user would get if they were not logged in at all. Yet in the line above my HttpGet execute for this iframe parent I show that I am logged in via cookies.
In short, how can I access an iframe parent page and stay logged in?