How to use httpRequest and HtmlAgilityPack together?
问题 So I am trying to log into a page and get some data out of that page, but my problem is filling in these Login information. What have I tried? Posting data in url. By simply adding the postname en the value like so: http://stackoverflow.com?postLogin=myUsername&postPassword=myPassword . I sent a request with this url. It gave me an error. I checked out the url on a browser. It seems that it does fill in the username but not the password textbox(I have written the correct postnames). I also