I have a c++ application which using NTLM authentication method (WinHttpSetOption). what I'm trying to do is to set the credentials, meaning: the NTLM uath is using the logged on credentials, I want to provide him the credentials myself (in domain\user
format).
From the MSDN I see that the WinHttpSetCredentials
doesn't affect.
Can someone help me please?