Automatic login + getting cookie information
-
There is a site, username and password. Now I do login in a common way - manually, and then check some info in my profile. Is it possible to automatize this process? I mean, to call a function from the server that logins with this information + gets some data from cookies? Can it be done with C# or maybe there are some extentions for this purpose?
-
There is a site, username and password. Now I do login in a common way - manually, and then check some info in my profile. Is it possible to automatize this process? I mean, to call a function from the server that logins with this information + gets some data from cookies? Can it be done with C# or maybe there are some extentions for this purpose?
Sorry mate we all have to write a login at some point, MS has various templates and samples that help and standardise the login functionality but there are just too many different environments and requirements to automate it.
Never underestimate the power of human stupidity RAH