Unexpected behaviour while using Httpwebrequest on a form to obtain a table for scrapping
问题 I am trying to scrape a website written in php to extract some information from a particular table. Here is the scenario. On the landing page there is a form that can take queries from user and based on that search for the results. If I ignore those fields and click on "Submit" it will produce the whole result (Which is what I am interested in). Before I did not know about HTTPWebRequest class and I was simply passing the URL to Htmlweb.load(URL) method in HtmlAgilityPack library and