Hi All,<br><br>the previous thread on screen scraping got me thinking of starting a similar project.&nbsp; However, the problem is I have no idea what the POST request is as there is no escape string after the URL when the resulting page comes up.&nbsp; I essentially need to pull the HTML from a page that is generated on a users machine and pipe it into a python script.&nbsp; How should I go about doing this?&nbsp; Is it possible/feasible to decipher the POST request and get the HTML, or use some screen scraping python libs a la the javascript DOM hacks? I was thinking of the possibilities of the former, but the interaction on the site is such that the user enters a username/password and goes through a couple links before getting to the page I need.&nbsp; Perhaps Python can use the session cookie and then pull the right page?
<br><br>Sorry this sounds so vague. I&#39;ve never done anything like this so I&#39;m not sure where to begin.<br><br>Quite puzzled,<br>Rohan<br>