Basic authentication with the ESP-IDF HTTPS-Server
Basic authentication with the ESP-IDF HTTPS-Server
Hello folks.
Does the ESP-IDF provides a way of securing webpages and websockets with password/login? I can find some documentation about authentication as client but not as server.
I am developing a product that will be installed on public places and I need the embedded configuration pages to be somewhat safe.
Does the ESP-IDF provides a way of securing webpages and websockets with password/login? I can find some documentation about authentication as client but not as server.
I am developing a product that will be installed on public places and I need the embedded configuration pages to be somewhat safe.
Re: Basic authentication with the ESP-IDF HTTPS-Server
Hi,
I have the same requisite, but for a local network.
I have the same requisite, but for a local network.
Re: Basic authentication with the ESP-IDF HTTPS-Server
I also need authentication (user, pass) for http server.
I found only tutorials for Arduino.
I found only tutorials for Arduino.
Re: Basic authentication with the ESP-IDF HTTPS-Server
No espressif answer/suggestion yet
Re: Basic authentication with the ESP-IDF HTTPS-Server
Hi!
One more interested on this post.
One more interested on this post.
Re: Basic authentication with the ESP-IDF HTTPS-Server
nothing yet....
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: Basic authentication with the ESP-IDF HTTPS-Server
esp-idf/examples/protocols/http_server/simple/ has an example of basic authentication in it. I'd say mashing that together with esp-idf/examples/protocols/https_server/simple/ would do the job.
Re: Basic authentication with the ESP-IDF HTTPS-Server
@ESP_Sprite,
Will authentication be encrypted in this way ?
Will authentication be encrypted in this way ?
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: Basic authentication with the ESP-IDF HTTPS-Server
As it'll happen over https, I imagine it will.
Who is online
Users browsing this forum: Baidu [Spider] and 255 guests