Search found 1 match
- Wed Aug 03, 2016 10:54 am
- Forum: ESP8266 boards
- Topic: http server problem
- Replies: 5
- Views: 6922
http server problem
Hi, I am trying to offer a web page from esp (nodeMCU) so the user can introduce ssid and password for future connection. If the client url is http:/192.168.4.1/ssid/pass data should be taken from this. If url is just http://192.168.4.1 it should send the form to client. I can read the url or send t...