Question
How to do authorization on STM32 and LWIP?
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?
