RE: PerlAuthenHandler and browsers

2000-06-22 Thread J. J. Horner
On Wed, 21 Jun 2000, Geoffrey Young wrote: > > > On Wed, 21 Jun 2000, Blue wrote: > > > > > On Wed, 21 Jun 2000, J. J. Horner wrote: > > > > > you might want to check out Apache::TicketAccess and the example of ticket > based access in the eagle book if you decide move to form based verifica

RE: PerlAuthenHandler and browsers

2000-06-21 Thread Geoffrey Young
> -Original Message- > From: J. J. Horner [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 21, 2000 3:25 PM > To: Blue > Cc: [EMAIL PROTECTED] > Subject: Re: PerlAuthenHandler and browsers > > > On Wed, 21 Jun 2000, Blue wrote: > > > On

Re: PerlAuthenHandler and browsers

2000-06-21 Thread J. J. Horner
On Wed, 21 Jun 2000, Blue wrote: > On Wed, 21 Jun 2000, J. J. Horner wrote: > > > For that reason, my handler can't rely on browsers to behave during the > > Authentication phase. I am going to have to find a way to force a user to > > input his password into the browser not using standard HTTP

Re: PerlAuthenHandler and browsers

2000-06-21 Thread Blue
On Wed, 21 Jun 2000, J. J. Horner wrote: > For that reason, my handler can't rely on browsers to behave during the > Authentication phase. I am going to have to find a way to force a user to > input his password into the browser not using standard HTTP response > codes. Could you elaborate on t

PerlAuthenHandler and browsers

2000-06-21 Thread J. J. Horner
After working with 4 different types of browsers and the PerlAuthenHandler, I am really unimpressed with browser makers. There are so many ways to convince browsers to resend a username password pair. For that reason, my handler can't rely on browsers to behave during the Authentication phase.