Search found 3 matches
- Mon Mar 01, 2021 8:03 am
- Forum: ESP-IDF
- Topic: Basic authentication with the ESP-IDF HTTPS-Server
- Replies: 12
- Views: 14049
- Tue Feb 02, 2021 7:57 am
- Forum: General Discussion
- Topic: Mongoose publishing problem
- Replies: 2
- Views: 2878
Re: Mongoose publishing problem
Can nobody help me?
- Wed Jan 27, 2021 6:57 am
- Forum: General Discussion
- Topic: Mongoose publishing problem
- Replies: 2
- Views: 2878
Mongoose publishing problem
Hello together, after playing around with some basics I'd like to serve a directory from spiffs with mongoose. I started with an example from mongoose. if (ev == MG_EV_HTTP_MSG) { struct mg_http_message *hm = (struct mg_http_message *) ev_data; if (mg_http_match_uri(hm, "/api/config/get")) { ESP_LOG...