Is there a way to authorize with WinInet in the same way as using the CredentialCache.DefaultCredentials in .Net? Using WebClient and the DefaultCredentials is very nice in .Net, but I'd like to do the same thing in plain old C++ and Win32/WinInet. Cheers