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 API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,412 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,519 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xiaopo Yang - MSFT 11,256 Reputation points Microsoft Vendor
    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.