Using sockets to sign into website - or registering for website - Need example

simpleonline

Active member
Joined
Sep 13, 2011
Messages
33
Programming Experience
Beginner
Sockets - anyone know of an example of logging into a website?
I am looking to move up in my programming skills (fingers crossed-god willing) and I'm just looking for an example of logging into a website using socket programming.

I can achieve this using the Web browser component and webrequest but with me I like to know every option when I do things so I just looking for a basic example of showing me how to log into a website from the client side.

I tried using the forum search for sockets log in but it didn't return any results.

Also it can be an example of working with web forms from the client side.

With webbrowser I can do this by element and webrequest with the POST method but I'm not sure who this works with sockets.

Thanks guys.
 
Back
Top