Skip to main content
Graduate II
November 24, 2022
Question

How to do authorization on STM32 and LWIP?

  • November 24, 2022
  • 1 reply
  • 1575 views

I want to implement authorization on STM32 and LWIP.

I took this example

https://github.com/particle-iot/lwip-contrib/blob/master/examples/httpd/post_example/post_example.c

but it doesn't work.

Session.html is available without authorization

What could be the problem?

Or maybe somewhere exist a working example of authorization on the site?

    This topic has been closed for replies.

    1 reply

    Graduate II
    November 26, 2022
    DK.7Author
    Graduate II
    November 27, 2022

    Thanks for the answer!

    An example of the second link is not a working properly!

    Session page "session.html" is available without authorization!