Re: [web2py] Re: [web2py:38056] Re: How the 'auth.settings.allow_basic_login = True' works like?

2016-07-05 Thread Joel Couelier
he browser is removing the username and password. On Monday, 4 July 2016 08:30:04 UTC-5, Joel Couelier wrote: Hello Massimo, Just a quick question, have you got the confirmation if sending user + password directly in the URL is working on basic auth mode? I have added the foll

[web2py] Re: [web2py:38056] Re: How the 'auth.settings.allow_basic_login = True' works like?

2016-07-04 Thread Joel Couelier
Hello Massimo, Just a quick question, have you got the confirmation if sending user + password directly in the URL is working on basic auth mode? I have added the following on my controller : if request.function == 'ping': auth.settings.allow_basic_login = True @auth.requires_login() def

[web2py] Problem to run Java applet on web2py server

2014-02-28 Thread Joel Couelier
Hi all, I am running web2py on a raspberry PI and i want to include the video stream of a dlink camera into a html page on my project. So , i have created a html page (test.html) on views/default and i have inserted the following code into this page : applet name=cvcs