Click to See Complete Forum and Search --> : Logging into Web site programmatically


Jeff Watson
May 10th, 1999, 04:33 PM
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??

May 14th, 1999, 07:32 PM
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