login to a website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RedRose2009
    New Member
    • Oct 2009
    • 5

    login to a website

    Hello,

    I am working on a project in .NET using C#, that needs to process certain data. However, the first thing I have to do is to login to a website. (URL example:
    http://www.xxxxxxx.com/Login.aspx

    I am not sure I know how to do this. Any help would be appreciated. This is console application.

    Thanks!
  • GinaMarano
    New Member
    • Nov 2009
    • 5

    #2
    A simple way might be to get the parameters names that are used to login then append the login info to the URL. For example

    &login=myus ername&pass word=mypassword

    There ways to do it with credentials but I would need more info.

    Comment

    Working...