Logging in via C#

Asked

Viewed 763 times

-4

I am developing a C# application and I need to do the following: I need to initially log into a site on a specific page. However it is necessary to log in, not just put the direct link from the login. It is necessary to enter the Home page and enters the area of login. For this I need my application to enter the site and do the login.

The site in question is the https://www.ccee.org.br in the exclusive content part. Done the login the page is redirected to request a password that will be sent either by SMS or by e-mail. For this the application should enter this new page and run the send password button via email. Until then I managed to log the application in the email and get the password, but I could not in any way make the first steps (enter the site, log in and execute the receive button via email). I searched a lot on the internet, I read many forums (including here) and the best option that appeared to me was to use HTML Agility Pack (I’m using the visual studio 2015 and the same application and console).

  • 1

    Stack Overflow is not a forum.

  • Your question is of low quality. Edith your question adding detail and implementation that you have tried to do.

1 answer

0


Browser other questions tagged

You are not signed in. Login or sign up in order to post.