-->
Page 2 of 2

Re: ESP8266 does not receive data from web (HTTP post method

PostPosted: Sat May 18, 2019 12:58 pm
by quackmore
I was right

you only have coded the http client
while you don't have coded an http server listening

that's why you can send data but you cannot receive anything

Re: ESP8266 does not receive data from web (HTTP post method

PostPosted: Mon May 20, 2019 4:28 am
by faustotesta
Thank you guys !
i made confusion between client/server concepts.
Now i have implemented code as you suggested and system works correctly (ESP8266 can receive and send data over wifi). Thanks again ! you made me day.
Cheers
Fausto