error in receiving response from esp8266 via AT commands
Posted: Fri Aug 07, 2020 6:23 pm
I have an API URL of a JSON response
http://innovations.thinkfinitylabs.com/test/comm/sens.php?key=f46fa009d3c6902ea2a805567c7ed4&val1=01&val2=02&val3=03&val4=04&Stat=1
The JSON data to be returned by this URL is
{"success":1,"message":"your Data successfully updated."}
Now when I access this URL on a browser, I get a healthy and as expected response
like this:
Now but when I access the same URL From esp8266 using AT commands:
the response received After GET command is cumbersome like this:
PIC:
VID:
Now why is this happening , does it related to backend work of website which i am using.
Or their is something related to my AT commands ?
Do provide valuable suggestions
http://innovations.thinkfinitylabs.com/test/comm/sens.php?key=f46fa009d3c6902ea2a805567c7ed4&val1=01&val2=02&val3=03&val4=04&Stat=1
The JSON data to be returned by this URL is
{"success":1,"message":"your Data successfully updated."}
Now when I access this URL on a browser, I get a healthy and as expected response
like this:
Now but when I access the same URL From esp8266 using AT commands:
the response received After GET command is cumbersome like this:
PIC:
VID:
Now why is this happening , does it related to backend work of website which i am using.
Or their is something related to my AT commands ?
Do provide valuable suggestions