This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WEB Server authentication

Hello,

I would like to run WEB Server on my board AT91SAM9260 but I want to use more than one users for authentication. For example: The user "admin" can open all pages on server, user "guest" can open guest.htm page only. I can't find any example with this capability. Does Keil Web Server support the different level user authentication? Is there possible to do that and how? Any ideas pls.

Thanks
Best regards

  • Keil only supports 1 user login for HTTP which is very restrictive.

    As far as I am aware the only way multiple users can be implemented is summarised in the following thread.

    http://www.keil.com/forum/14507/

    We are currently in the process of implementing this in our controller and we have it working reasonably well across a local network, we have multiple users with multiple security levels. However we have not yet tried this across a firewall etc.