|
- Secure Pages
- Hiding Pages
- Mobile Web Server includes many predefined pages mostly as samples, but some of the pages are already real and practical. As Mobile Web Server is the server and provides with information all the visitors, site owners may want to hide some information from worldwide availability. Mobile Web Server offers the simplest solution for that. To stop sharing specific information just delete the corresponding files from you portable or mobile device. No files - no ability to respond with the related information to the visitors. Please take into account that web pages may be temporarily stored (cached) by web browsers of visitors, so the information you have deleted may still temporarily be available for the visitors. In order to avoid that you have to delete the files expected private as soon as possible.
- Password protection (Plus version only)
- Mobile Web Server offers password protection to provide selected information to trusted visitors only. A directory at any level (but at each directory level separately) can be protected by passwords. As the result, only users provided with username/password pair can access the directories. To restrict a directory access with a password create .pass file and place the file into a directory. If Mobile Web Server finds .pass file, the usermame/password pair will be asked from user requesting any file from the directory. The file format is simple - regular plain text file (non-Unicode); each line includes comma separated pairs of username and password.
- For example, if .pass looks like
John,Smith Bill,the-friend Only users who know name "John" and password "Smith" or "Bill" with password "the-friend" will be allowed to access the directory. - Security directory on initial demo content gives you sample.
|