We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I want to implement Digest authentication for encrypting login credentials of web server. Can anyone tell how to enable HTTP Digest authentication in Keil.
Regards, Snehal.
Hello Snehal,The CMSIS-Pack Keil::MDK-Middleware v7.10.0 includes an updated Network Component v7.12.0. From the release notes:"...added support for user accounts in HTTP server Digest authentication ... [and] for Digest access authentication in HTTP server. "see https://www.keil.com/pack/doc/mw/Network/html/netw_revhist.htmlThe Enable User Authentication switch enables or disables authentication with a username and a password.Authentication Scheme specifies the type of authentication to be used. The types supported are Basic and Digest.see https://www.keil.com/pack/doc/mw/Network/html/group__ws__configuration.html(I know this is an old post, but just in case you were still looking for this feature, I thought I would reply).