| Tip of The Day - Securing a section of the web site |
Sometimes an area of your web site contains private data. It's easy to secure a section of the site. First click:
Web Server->Url Zone->Add
'Url Base' is the prefix you want to secure 'Required Permission' is the name of the permission the user requires.
If for example if you make a url base of '/SecureZone' then any url with that starting is included. E.G.:
http://localhost/SecureZone/SecretSauce.html
When this url is accessed a box will pop up asking for a user and password. When entered a test will be made for permission:
component.EcdWebServer.webSite.accessArea.reagentarea
If the user has thet permission |