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

TcpNet Webserver HTTP Auth only for some pages?

Hi!

I'm referring to the embedded webserver from Keil RTL/TcpNet. I'm aware of the settings below HTTP_ENAUTH.

However, this seems to only allow for:

  • either protect all pages
  • or protect no pages at all.

It seems like there is no way of having both, protected and unprotected pages in the same project.

But normally an embedded web project always contains unprotected user pages (i.e. display index page and general info) and protected setup pages (i.e. setup IP address). Is there really no way of implementing this with the webserver from TcpNet?

I'm currently referring to V3.22. But the most recent version doesn't seem to be different in this point.

Do you have any idea of how to realize this standard case?

Thanks!
Stephan