Basic Auth for simple web server
John J. Lee
jjl at pobox.com
Wed Jun 6 16:52:35 EDT 2007
More information about the Python-list mailing list
Wed Jun 6 16:52:35 EDT 2007
- Previous message (by thread): urllib2.urlopen broken?
- Next message (by thread): Basic Auth for simple web server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Marco Aloisio <marco at valis-e.com> 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
- Previous message (by thread): urllib2.urlopen broken?
- Next message (by thread): Basic Auth for simple web server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list