Page 1 of 2
ESP8266WiFiWebServer Example - Problem with sending text
Posted:
Tue Feb 16, 2016 7:25 pm
by Faidon Jack
Hello guys. I am new to microprogramming and I noticed in the WiFiWebServer example that when typing /gpio/0 without pushing the enter button, it sends the response. Do you know why does this happen and if you do can you help me to solve it so that when pushing the enter button only to send the text?
Re: ESP8266WiFiWebServer Example - Problem with sending text
Posted:
Wed Feb 17, 2016 3:45 am
by eduperez
Looks like your browser is pre-fetching the page, I guess you should configure it.
Re: ESP8266WiFiWebServer Example - Problem with sending text
Posted:
Wed Feb 17, 2016 11:43 am
by Faidon Jack
So it has to do with the browser itself?
Re: ESP8266WiFiWebServer Example - Problem with sending text
Posted:
Thu Feb 18, 2016 8:24 am
by eduperez
Yes, I think your browser is fetching the page as you type, so it can present it faster when you press intro.