Re: Basic Auth for simple web server

2007-06-07 Thread Marco Aloisio
Thanks -- Marco Aloisio -- http://mail.python.org/mailman/listinfo/python-list

Re: Basic Auth for simple web server

2007-06-06 Thread John J. Lee
Marco Aloisio <[EMAIL PROTECTED]> writes: > Hi, I'm a Python newbie; > I have to write a simple webserver, and I need to > implement a basic authentication as specified in the RFC2617. > I wonder if there is a Python library for doing that. twisted.web2 is one. John -- http://mail.python.org

Re: Basic Auth for simple web server

2007-06-05 Thread Michele Simionato
On Jun 5, 4:28 pm, Marco Aloisio <[EMAIL PROTECTED]> wrote: > Hi, I'm a Python newbie; > I have to write a simple webserver, and I need to > implement a basic authentication as specified in the RFC2617. > I wonder if there is a Python library for doing that. > > Thanks! > > -- > Marco Aloisio Hav

Basic Auth for simple web server

2007-06-05 Thread Marco Aloisio
Hi, I'm a Python newbie; I have to write a simple webserver, and I need to implement a basic authentication as specified in the RFC2617. I wonder if there is a Python library for doing that. Thanks! -- Marco Aloisio -- http://mail.python.org/mailman/listinfo/python-list