Hello, I have a Wemos Lolin32 lite board which I want to use to connect to wifi and access sensor data reading over wifi/arduino iot. The network I need to use has username and password , how can I account for the username when connecting the board to the wifi?
Is it one where, when you connect to the WiFi with a browser, you get a web dialog where you have to enter username and password? Connect with a browser and see if you are redirected to a particular web page. In your ESP32 sketch, GET that web page and send a POST request to provide values for the Username and Password form fields. That should then allow access to the rest of the network.
Yes. Actually now that I am looking through all the networks, there is one for "Guests" that directs to a browser website to input username and password. I am trying to use the get and post functions by reading the html source code but have to admit I am kind of lost even reading the documentation