There you can find an example with DELETE and GET, it should be not a problem to modify it for POST.
It's from 2014

Code: Select all
InternetConnect_(internetHandle, webServer, #INTERNET_DEFAULT_HTTPS_PORT, "Login", "Password", #INTERNET_SERVICE_HTTP, 0, 0)
Code: Select all
requestResponse = HttpSendRequest_(requestHandle, "", 0, "", 0)