WinHTTP

This program replaces the GetURL and PostURL functions. It allows you to perform a GET or POST with an URL that uses https security. It is also easier to use because you don't need to create an InternetResult object.


Win API Functions used:

FindMimeFromData
FormatMessage
GetLastError
GetModuleHandle
LocalFree
QueryPerformanceCounter
QueryPerformanceFrequency
WinHttpAddRequestHeaders
WinHttpCheckPlatform
WinHttpCloseHandle
WinHttpConnect
WinHttpCrackUrl
WinHttpOpen
WinHttpOpenRequest
WinHttpQueryDataAvailable
WinHttpQueryHeaders
WinHttpReadData
WinHttpReceiveResponse
WinHttpSendRequest
WinHttpSetOption
WinHttpSetTimeouts
WinHttpWriteData


——— Last updated 07/28/2023 ———