Default user credentials with WinInet
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
It appears to me that IE, if challenged by a web server for authorization will send my current username/password and try and authorise me with those before asking for another username/password. Is there something I can get obtain from the system to authorise a user with without having to ask for and supply the username/password? It looks like C# has something along these lines in CredentialCache.DefaultCredentials, but I need pure Win32 methods.