Hello I have a web application (third party) in php. I can not even get into php or touch anything of this application.
I need to implement access control to php app: Profile o Role A -> http://mydomain.com/index.php?config=A Profile o Role B -> http://mydomain.com/index.php?config=B The idea is to make an app web2py the entry point (and a few other things) the application, and according to user role for directions to the url. I want to confirm is that if a user belonging to role "A" copy and paste the url into the browser belongs to the role "B" do not let it go. I saw the file /scripts/access.wsgi It can work for what I need? How do I set with Cherokee or nginx? Best regards Jose

