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 ...