Login via Http Get

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CoyCash
    New Member
    • Jan 2009
    • 2

    Login via Http Get

    I can login to my site using "https://www.site.com/Login?password= pwd&username=te st", and would like to automate this in C#. I have tried this class HTTPGet.cs | C# .NET 2.0 HTTP GET Class and others like it to no avail. Any ideas?

    Thanks in advance.
  • CoyCash
    New Member
    • Jan 2009
    • 2

    #2
    Nevermind, I'm assuming the reason is my c# code is server-side, and thus won't actually log me in.

    Comment

    Working...