martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 896 forks source link

Space SSID didn't work, even with "%20" #503

Closed MinatoIsuki closed 1 year ago

MinatoIsuki commented 1 year ago

So I tried to connect to "Thanh Thao", I added %20 in the middle of the space (http://192.168.4.1/?ssid=Thanh%20Thao&password= my home password, just don't care about it.) When sending request, it just take the name "Thanh" to connect so it retried for forever. Any help? Let me know!

MinatoIsuki commented 1 year ago

Interestingly, I have to add "\" before the %20 to make it works (http://192.168.4.1/?ssid=Thanh\%20Thao&password= my home password, just don't care about it.) Love HTML so much!