ian wrote:I was testing your code at a friend's house at the weekend. Her router SSID is two words, eg 'my router' with a space character between the two words.
Your code seemed to indicate a '+' character rather than ' '
I have no idea if this is significant. I couldn't test at the time & can't test easily now without setting up another router.
Cheers
Ian
Oh yeah, that would totally be a thing. The browser would submit the SSID url encoded so spaces would become '+' and certain other characters would be turned into their encoded equivalents. I don't have any decoding in place in the script so all these extended characters would be stored wrong, same for passwords.
I'll look around for a small decoding library to add in.