Hi all. I use ESP8266 send HTTP POST to web server. First use, it return the correct result. But now the ESP always return request from server, even if I do not run the program.
This is my set esp :
AT+CWMODE=1
AT+CWJAP= "name","pass"
AT+CIPSTART = "TCP","url webserver",port
AT+CIPMODE=1
AT+CIPSEND
my format command
"+++"
fist run program
now :