C++ WebService SOAP Client with passworddigest authentication to send

DEMOULIN Anne-Sophie 1 Reputation point
2022-09-26T14:59:42.3+00:00

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' find one to show me how to send a password digest authentication (with nonce and created).

Can you help me ?

Windows development Windows API - Win32
Developer technologies C++
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xiaopo Yang - MSFT 12,731 Reputation points Microsoft External Staff
    2022-09-27T07:49:52.29+00:00

    Hello @DEMOULIN Anne-Sophie , There is no password digest authentication example in Windows Web Service but you can implement password digest authentication as custom authorization. Or you can ask for the example by submitting an issue.
    Thank You.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.