how to use Civetweb Digest Authentication without filesystem #43866
Unanswered
SumitNandi-eaton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use civetweb for webserver on a stm32 nucleo board with no filesystem.
w.r.t the civetweb example at https://github.com/zephyrproject-rtos/civetweb/tree/zephyr/examples/embedded_c
i tired using the
AuthStartHandler
but getting build error becauseof dependency of the following api on filesystem
Is there a way to implement civetweb webserver with zephyr w/o using filesystem support?
Beta Was this translation helpful? Give feedback.
All reactions