> >-- Original Message -- > >Reply-To: [EMAIL PROTECTED] > >From: "Laxmikanth M.S." <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Suppressing Authentication Dialog box > >Date: Thu, 12 Dec 2002 16:11:28 +0530 > > > >Hi, > >PLEASE REPLT TO LAXMIKANTH.MS@SONATA_SOFTWARE>COM > > > >I have setup a site with Basic Autentication... > >I want to suppress the dialog box > >I have the password and username with me....is there anyway to pass these > >values directly from my page instead thro' the popup box. > >thanks in advacne > >Laxmikanth
This is not the appropriate list for such a question. Please see: http://httpd.apache.org/lists.html#http-users What you are asking makes Basic Authentication effectively useless since you're going to post the username and password in a public link. In any case, http://username:[EMAIL PROTECTED]/ will do what I think you are asking. -Glenn
