Hi,
I am working on a sample which send file to server. To send file to server I am using WinHttpSendRequest() API. In my machine It worked fine. But for some other machine it is not working. It gives the error ERROR_WINHTTP_CANNOT_CONNECT(12029). I checked the Firewall setting; it is same as my machine.
Please let me know why I am getting this error.
Update: once after searching in the net, I think firewall is blocking the connection. I installed 3rd party Firewall and blocked all network operation in firewall. Once after blocking, I got 12029 errors. My question is: is it possible to identify weather our request is blocked by firewall? Please help me to solve this problem.