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

HTTP Digest authentication in Keil

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.html

    The 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).