Re: basic authentication
From: uttara (planetu99_at_hotmail.com)
Date: 07/29/04
- Previous message: Yuri Padorin: "Windows Service connecting to Web Service"
- In reply to: Paul Clement: "Re: basic authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 29 Jul 2004 14:22:01 -0500
Paul Clement wrote:
> On Wed, 21 Jul 2004 14:40:59 -0500, uttara <planetu99@hotmail.com> wrote:
>
> ¤ Hello All,
> ¤ I have a link, which if I click redirects me to streaming server. The
> ¤ link is to a media file which opens up when I click on the link. I am
> ¤ asked for a username and password before the video is played.
> ¤ Now, can I automate this basic authentication in code? Like when
> ¤ someone clicks on the link he/she should not be prompted for a username
> ¤ and password but the authentication should take place in the background.
> ¤ Any help would be appreciated.
>
> What you're describing is integrated NT authentication, not Basic. If no credentials are forwarded,
> as in the case of Basic authentication, then there is no way to verify the user's credentials
> without prompting for this information.
>
>
> Paul ~~~ pclement@ameritech.net
> Microsoft MVP (Visual Basic)
When a web server is setup for basic authentication it shows a dialog
box for the username and password to be entered. I don't want that to
happen. I want to pass that username and password automatically to make
that log in process transparent. Is there a way to do that programmatically?
--Uttara
- Previous message: Yuri Padorin: "Windows Service connecting to Web Service"
- In reply to: Paul Clement: "Re: basic authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|