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

Does RTL HTTP server support authentication of clients using digest?

Hi,

Does the RTL web server support authentication of clients using digest?
At the moment it uses basic authentication so the user and the password are send as a plain text. Can that be changed?

  • Hello John ,

    (I know this is an old post, but just in case you were still looking for this feature, I thought I would reply).

    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