ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By KANUPRIYA SINGH
#91044 I am sending data and want to get response by using AT+HTTPCLIENT command i have written AT+HTTPCLIENT=3,1,"URL","HOST",data:[{"my data"}]
I am using QCOM tool and esp01 wifi module to execute these commands, but i am unable to execute and in result it is showing error i have also established the connection between the server and wifi module by using AT+CIPSTART="TCP","URL",80
let me know how can i solve this issue.