Logging into Web site programmatically
I am writing an app that grabs Web pages and the Tear example from Microsoft is a good start. What I can't figure out is how to have my app login to a site that requires a user name and password.
And, is there an explanation anywhere on how to use the HTTP request types for CHttpConnection::OpenRequest??
Re: Logging into Web site programmatically
Hi Jeff!
I'm currently in the process of writing a internet application myself and this is what I use:
pConnection = session.GetHttpConnection(strServerName, nPort, strUserName, strPassword);
Cheers,
Marcel