login-automation

Techniques for logging into websites programmatically

I am trying to automate logging into Photobucket for API use for a project that requires automated photo downloading using stored credentials. The API generates a URL to use for logging in, and using Firebug i can see what requests and responses are being sent/received. My question is, how can i use HttpWebRequest and HttpWebResponse ...

Login authentication using LDAP

Hi I want to authenticate of my user to domain account using LDAP in c# (ASP.Net) Please guide how can I accomplish this? Thanks ...