i want make https requests instead of http, from client to server with POST method. These are the steps i follow to make simple http requests:
- open a socket.
- conect to server by its domain name.
- prepare the data for request.
- send request and get server response.
however i can't find anything about how i can do https requests with winsock in c++. i tried to change the http header from HTTP/1.1 to HTTS/1.1 but doesn't working. Can someone help?
Aucun commentaire:
Enregistrer un commentaire