HttpSendRequest
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm using HttpSendRequest to POST data to a secure web page. Will the function automatically re-post the data if a reply isn't received in a certain time? The author of the destination web page claims they are receiving the post twice (30 seconds apart) but I'm 99.9% sure there is only one call to HttpSendRequest from my application. If the reply is received in a few seconds there's no problem.