I'd like to send HTTP POST request to website and retrieve the resultant page using winapi. How can I do that?
Thanks i advance.
I'd like to send HTTP POST request to website and retrieve the resultant page using winapi. How can I do that?
Thanks i advance.
You'll need to use Winsock (basically the Windows version of Berkeley sockets), create & send the HTTP request and receive & parse the response.