Z
Zach
Guest
I have a C++ program that needs to download a file from a website. However, it takes in a username and password and needs to authenticate by connecting to a website and passing the username and password in session.
It uses CInternetSession and CHTTPConnection APIs to get the username and pwd into session and connect to the download URL.
Can I use C# to pull the username and password from the session??
It uses CInternetSession and CHTTPConnection APIs to get the username and pwd into session and connect to the download URL.
Can I use C# to pull the username and password from the session??