Sends the specified request to the HTTP server and wait for an answer

  Kiến thức lập trình

On most computers, the winAPI ::HttpSendRequest function completes successfully. And I receive a request response from the server.
But on other machines, the ::HttpSendRequest function returns FALSE after some time with error code 12002(ERROR_INTERNET_TIMEOUT)
What could be the reason for this?

I ran a test of this function on computers with different operating systems

LEAVE A COMMENT