-->
Page 1 of 1

(HELP!) ESP8266 Limiting my HTTP POST REQUEST

PostPosted: Mon Apr 20, 2015 6:54 am
by Glenn Ng
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.
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);


Image

As u can see it limits my string sent to it.. HELPPP!!!

Re: (HELP!) ESP8266 Limiting my HTTP POST REQUEST

PostPosted: Tue Apr 21, 2015 7:43 am
by draco
Hi,

I think you have posted in the wrong forum. This area is for projects running Arduino code directly on the ESP8266's internal CPU -- you appear to be using a separate Arduino to communicate over serial with an ESP8266 running the stock AT firmware.

The forum's name is ambiguous and confusing, I know. It seems to confuse a lot of people. You may have better luck with your question in the other area: Arduino forum