
Help needed POSTing to SSL server using wininet.dll API calls
Hi all,
I'm having a lot of trouble executing a POST using the
wininet.dll calls.
According to the knowledge base article at
http://www.*-*-*.com/
sp
there are a couple of things that need to be set when using
https instead of http. Other than the two items specified in
the KB article, is there anything else that needs to be set?
The POST is just not going through to the server. It dies
when I execute the HttpSendRequest (prior calls to
InternetConnect and HttpOpenRequest get through fine with
the INTERNET_DEFAULT_HTTPS_PORT and the INTERNET_FLAG_SECURE
set properly). Does the call to HttpSendRequest need another
security flag set?
Any help would be much appreciated!
Regards,
Sheldon
**** Posted from RemarQ - http://www.*-*-*.com/ - Discussions Start Here (tm) ****