-->
Page 1 of 1

How to use AT+HTTPCLIENT command to post and get data

PostPosted: Tue Apr 06, 2021 12:16 am
by KANUPRIYA SINGH
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.