David Leuser II wrote:

> I have my NT password changer script running great on an SSL connection
> using plain text authentication so that my users can log in with their
> individual privileges and change their username... problem is they have to
> enter their username twice... in a browser pop-up and then again on an
> HTML form to change the password...
> 
> ***MY QUESTION***
> Does anyone know a way to pass the authentication information from an HTML
> form to authenticate the user into the perl scripts "password required"
> directory...  Or ANY WAY to get rid of that annoyance of typing user/pass
> twice?  Can it be done???
> 
> I'm using microsoft IIS if it matters.


You might try:

        http://username:[EMAIL PROTECTED]/

if you don't mind seeing it in the location window.  Other than that, I don't
know any way to do it.

-- 
   ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to