Is there any way to directly post (using HTTP POST in winInet or using windows sockets) my login information like username and password to web servers like gmail?
My query is more general - when we receive the data back from the web server in response to our GET request, how do we interact with that website in C++ without using javascript etc? I am new to internet programming but have an idea of HTTP verbs etc
Thanks.