wininet_rse_callback can't return rseTrue
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
I update gSoap and got different in my WinInet plugin function wininet_rse_callback.
There is a callback:
wininet_rseReturn wininet_rse_callback(HINTERNET a_hHttpRequest, DWORD a_dwErrorCode)
I don't need to show message about security to user, so I return "rseTrue" if ERROR_INTERNET_INVALID_CA, ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED.
The current version of plugin (gSoap 2.8.54) support only "rseDisplayDlg" return!
Here is a patch for gsoapWinInet.cpp
Fixed in 2.8.55.