Using C#, how can I log into a website and click Continue
-
Any chance, any one can help me put together a simple C# program that accesses a website, logs in with a user name and passcode and clicks Continue? Or do you know of a sample project that I can find? Please, any response any one can give me will be greatly appreciated. Sincerely, Danielle Brina
-
Any chance, any one can help me put together a simple C# program that accesses a website, logs in with a user name and passcode and clicks Continue? Or do you know of a sample project that I can find? Please, any response any one can give me will be greatly appreciated. Sincerely, Danielle Brina
-
Any chance, any one can help me put together a simple C# program that accesses a website, logs in with a user name and passcode and clicks Continue? Or do you know of a sample project that I can find? Please, any response any one can give me will be greatly appreciated. Sincerely, Danielle Brina
Please don't cross-post. (Oh shoot, I hit the wrong post, sorry.)
-
Any chance, any one can help me put together a simple C# program that accesses a website, logs in with a user name and passcode and clicks Continue? Or do you know of a sample project that I can find? Please, any response any one can give me will be greatly appreciated. Sincerely, Danielle Brina
-
Any chance, any one can help me put together a simple C# program that accesses a website, logs in with a user name and passcode and clicks Continue? Or do you know of a sample project that I can find? Please, any response any one can give me will be greatly appreciated. Sincerely, Danielle Brina
As such there is no standard way to login to a website. You can use this link to see how to login to twitter programaticcaly.Login To website Programatically
-
Any chance, any one can help me put together a simple C# program that accesses a website, logs in with a user name and passcode and clicks Continue? Or do you know of a sample project that I can find? Please, any response any one can give me will be greatly appreciated. Sincerely, Danielle Brina
You need to use a WebRequest and CookieContainer. That way, on your first login request, the authentication cookie is returned and then sent with any subsequent requests, thus remaining logged in. http://stackoverflow.com/questions/787857/multiple-webrequest-in-same-session[^]
-
Any chance, any one can help me put together a simple C# program that accesses a website, logs in with a user name and passcode and clicks Continue? Or do you know of a sample project that I can find? Please, any response any one can give me will be greatly appreciated. Sincerely, Danielle Brina