0
kicks
Very simple C# code to do HTTP GET and POST request of web forms
This post shows how to very easily and simply do HTTP GET and POST requests from C# code, without having to use the messy HttpWebRequest and HttpWebResponse objects. It extends the HtmlAgilityPack and encapsulates the saving and posting of cookies and html form elements.