Have you tried auth.settings.allow_basic_login = True
See http://web2py.com/book/default/chapter/08#Access-Control-and-Basic-Authentication. Anthony On Thursday, September 8, 2011 7:48:04 PM UTC-4, Matt wrote: > > Hi there, > > I have a very quick question about basic authentication. > > Does web2py support this approach? > > https://username:[email protected]/index > > Matt > >

