Re: Http Help please
From: Jeff Johnson [MVP: VB] (i.get_at_enough.spam)
Date: 10/14/04
- Next message: Marty: "RE: Is there a variable that contains the name of the active procedure"
- Previous message: Bruce Dumes: "Re: how to import xml into simple webservice"
- In reply to: Dib: "Http Help please"
- Next in thread: Dib: "Re: Http Help please"
- Reply: Dib: "Re: Http Help please"
- Reply: Dib: "Re: Http Help please"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 14 Oct 2004 13:45:46 -0400
"Dib" <dNOSPAMshahene@conNOSPAMsoftware.com> wrote in message
news:%23s0cYlgsEHA.2560@TK2MSFTNGP14.phx.gbl...
> I am trying to do a simple program but yet I am lost. I am using http to
> download a file from the web. there is a ASP/ASP.NET username and
> password
> requried
If you mean that there is a page with a couple of text boxes in which you
enter a user name and password (as opposed to an authentication dialog that
pops up) then you'll probably have to do a POST to the page that
authenticates this information and pass these two fields, then get back the
session ID or cookie or whatever the Web site uses to say "you're logged in"
and pass that along with the following request for the file. I don't think
there's a simple, generic answer; you'll have to talk to the people who
manage the site or dig around and figure out for yourself what needs to be
done.
- Next message: Marty: "RE: Is there a variable that contains the name of the active procedure"
- Previous message: Bruce Dumes: "Re: how to import xml into simple webservice"
- In reply to: Dib: "Http Help please"
- Next in thread: Dib: "Re: Http Help please"
- Reply: Dib: "Re: Http Help please"
- Reply: Dib: "Re: Http Help please"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|