I'm trying to use C# to login to a website, and then go to other pages of the website(that require being logged in) and get the HTML so I can parse with htmlagilitypack.
I can get the html of a webpage no problem, but I'm having difficulty with the logging in part.
I started up Fiddler and logged in to see what would come up(I am new to fiddler) and two things come up on the list, both CONNECT (i was expecting it would be a post since the form is POST???)
The website I am trying to get into is: https://amn.efanniemae.com/AMN/control
Can anyone point me in the right direction / show me how to do this?
Thank you.