(HELP!) ESP8266 Limiting my HTTP POST REQUEST
Posted: Mon Apr 20, 2015 6:54 am
Hey guys, got a new esp8266 module and everything worked as it should be.
So now i have an issue, it constantly limits me the string i want to send.
As u can see it limits my string sent to it.. HELPPP!!!
So now i have an issue, it constantly limits me the string i want to send.
Code: Select all
cipSend += "POST /sensor HTTP/1.1\r\nHost: appapicolab.parseapp.com\r\nContent-Type: application/json\r\nContent-Length: 52\r\n";
cipSend += "key: [SUPER SECRET KEY]\r\n\r\n{\"identifier\":\"iot43\",\"state\":true,\"value\":3}";
sendData(cipSend, 1000, DEBUG);
As u can see it limits my string sent to it.. HELPPP!!!