Hello I would like to have a simple Visual Basic program (Visual Studio 2010/.net framework) that would send customized messages to a HTTP server.
The web server is a very old dating platform, mostly hmml+some javscript with it.
All the requests will be unencrypted.
It should login to http://new.iboys.cz/login.php?action=login using following parameters:
HTTP – Post Fields:
action “login”
p_heslo “mypassword”
p_login “mikina123”
p_zapamatovane “”
Then it shoudl be able to …