Limit Webserver-access in APSTA-Mode
Posted: Mon Jul 25, 2022 2:00 pm
Hello everyone,
I am using an esp32 with esp-idf that runs an webserver for configuration and sends data via mqtt. So the ESP is running in APSTA-mode. This way the webserver can be reached by devices connected to the AP as well as those, who are part of the same network as the esp in station mode. For my system I would like to lock the connectivity via the station-mode, so that the webserver is only available for those devices that are connected to the AP.
Is there possibility to do so?
Thanks in advance
I am using an esp32 with esp-idf that runs an webserver for configuration and sends data via mqtt. So the ESP is running in APSTA-mode. This way the webserver can be reached by devices connected to the AP as well as those, who are part of the same network as the esp in station mode. For my system I would like to lock the connectivity via the station-mode, so that the webserver is only available for those devices that are connected to the AP.
Is there possibility to do so?
Thanks in advance