Here we can all chat about fixing the AT+ command structure and the associated responses.

User avatar
By ilker
#59879 Dear Friends,
I am developing ESP8266 server application using AT commands. TCP client is browser in My case. I checked ESP AT instrudtion set, but I coudnt find any AT command to recieve post and get form data which will be sent from browser. Is there any method o achieve this?
User avatar
By jeffas
#60253 The AT commands work at a lower level than that. They can handle sending and receiving of data (i.e. transport layer), but what you are asking for is HTTP parsing. That is application layer. There are probably libraries available to do that, but you need to use them in your own code once you have got the raw data.