Good day gents,
im able to send GET request to update a channel using arduino nano + esp8266 with AT commands and it works fine.
But when i make a GET request to receive the last value in a channel(field), then i dont get any response.
Can somebody please help? thanks
here code
AT+CIPSTART="TCP","184.106.153.149",80
AT+CIPSEND=(correct lengh calculated online)
>GET /channels/10xxxx92/fields/1/last?api_key=xcxcxcxcxcxc
SEND OK (but no rsponse)