Re: basic authentication

From: uttara (planetu99_at_hotmail.com)
Date: 07/29/04

  • Next message: Nicole Calinoiu: "Re: Windows Service connecting to Web Service"
    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


  • Next message: Nicole Calinoiu: "Re: Windows Service connecting to Web Service"

    Relevant Pages

    • RE: tsweb, RWW, OWA not working
      ... username and password to see the RWW homepage. ... Company's Internal Web Site" I get the internal website for the SBS server ... > Basic authentication. ... Then re-test OWA. ...
      (microsoft.public.windows.server.sbs)
    • Re: OWA login failure
      ... and password) but could NOT login from the server or the Net. ... Set Exchange and Public virtual directory under Exchange System ... > You should get prompted for Basic authentication (username and password). ...
      (microsoft.public.exchange.connectivity)
    • Re: get the username
      ... Request.ServerVariableto retrieve the NT username. ... seems related to your "Administrator profile" requirement - I see no such ... Basic authentication have NT ACLs that allow ... Check ACLs on that ASP page calling ...
      (microsoft.public.inetserver.iis.security)
    • Incomplete HTTP Headers during Basic Authentication inside BHO
      ... I'm trying to intercept HTTP/HTTPS request headers sent by IE during ... Basic Authentication inside a BHO to try to capture the username & ... However, during Basic Authentication, the these headers do not show up ...
      (microsoft.public.inetsdk.programming.webbrowser_ctl)
    • Re: Basic Authentication for media server
      ... Does IUSR_Servername and Network Service have Read Access to the Video ... Are you running Windows Media Services 9? ... > I am trying to implement basic authentication for a streaming server. ... > the server asks me for a username and password. ...
      (microsoft.public.windowsmedia.server)