Re: basic authentication

From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 07/23/04

  • Next message: Rachel: "Re: Strong Names and Excel"
    Date: Fri, 23 Jul 2004 10:58:59 -0500
    
    

    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)


  • Next message: Rachel: "Re: Strong Names and Excel"

    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: IIS continually prompting users for their password
      ... > The user clicks on a link to a resource and is ... > prompted for their username and password, ... The continuous prompting simply says that something is misconfigured on your ... I set Basic Authentication at the Virtual Directory ...
      (microsoft.public.inetserver.iis.security)
    • 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)