OpenMQTTGateway
OpenMQTTGateway copied to clipboard
When changing WiFi password, the password appears in plaintext in the browser address bar
I just noticed that after pressing save when changing the WiFi password, the SSID and password appear in plaintext in the browser address bar (and presumably go into your browser history too).
This seems like a security issue.
May also apply to MQTT and Gateway passwords but I didn't check.
I imagine data is being sent with an HTTP GET rather than POST.
Is that spam????
Spam or phishing yes
I imagine data is being sent with an HTTP GET rather than POST.
Agreed PR welcome to fix that
Fixed with: https://github.com/1technophile/OpenMQTTGateway/pull/2037