microsoft / Windows-classic-samples

This repo contains samples that demonstrate the API used in Windows classic desktop applications.
Other
5.1k stars 3.24k forks source link

C++ WebService SOAP Client with passworddigest authentication to send #257

Open Trimoulin opened 2 years ago

Trimoulin commented 2 years ago

Hello,

I'm trying to develop a C++ WebService SOAP Client with passworddigest authentication and SSL.

I've found several examples like : https://learn.microsoft.com/en-us/windows/win32/wsw/httpclientwithusernameoversslexample https://learn.microsoft.com/fr-fr/windows/win32/wsw/httpcalculatorwithbasicoversslclientexample

But i can't find one to show me how to send a password digest authentication (with nonce and created).

Can you help me ?