[plt-scheme] PLT web servlets form-based authentication

From: Rommel M. Martinez (ebzzry at gmail.com)
Date: Fri Jul 31 14:36:57 EDT 2009

On Fri, Jul 31, 2009 at 5:27 AM, Jay McCarthy<jay.mccarthy at gmail.com> wrote:
> What do you mean by form-based? Not
> http://docs.plt-scheme.org/web-server/http.html#(part._basic-auth..ss)
> right?

Having seen (and used before) what is described at
http://docs.plt-scheme.org/web-server/http.html#(part._basic-auth..ss)
for both basic and digest authentication, I don't think it's the one
I'm looking for.

I'm looking for something that is described at:

  http://en.wikipedia.org/wiki/Form_based_authentication and
  http://en.wikipedia.org/wiki/HTTP%2BHTML_Form_based_authentication.

Can the methods you provided in the link you gave earlier, do the what
is described in the wikipedia links listed above?

>
> I would just use a cookie a la the Cookie Eaters -- http://cookies.lcs.mit.edu/
>
> Jay
>
> On Thu, Jul 30, 2009 at 12:23 PM, Rommel M. Martinez<ebzzry at gmail.com> wrote:
>> Are form-based logins for web servlets documented somewhere? If yes,
>> where are they. If not, how should one do them?
>>
>> --
>> Rommel M. Martinez
>> http://www.bespin.org/~ebzzry
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
>
>
>
> --
> Jay McCarthy <jay at cs.byu.edu>
> Assistant Professor / Brigham Young University
> http://teammccarthy.org/jay
>
> "The glory of God is Intelligence" - D&C 93
>



-- 
Rommel M. Martinez
http://www.bespin.org/~ebzzry


Posted on the users mailing list.