Wednesday, 11 September 2013

Logging in users over Http in Windows Forms app

Logging in users over Http in Windows Forms app

I have a WebPages based WebMatrix website with Login and Registration
enabled and I need to be able to Login using my Windows Forms application
aswell.
I'd prefer to not use a Web Browser control, and instead, just create a
Login Form control in my app with a Username and Password field, then
send/POST the form to the https login page, but what I don't know what to
do at this point is how to know if the user has successfully logged in?
How can I check on that from within a Windows Forms app?

No comments:

Post a Comment