|
-
May 10th, 1999, 04:33 PM
#1
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??
-
May 14th, 1999, 07:32 PM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|