So now i have an issue, it constantly limits me the string i want to send.
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!!!