-->
Page 4 of 5

Re: String length send to Thingspeak problem

PostPosted: Sat Mar 14, 2015 11:19 pm
by swilson
I have finally gave up on this method of doing what I want. I got a couple of esp-12's running nodemcu to send me text and email alerts via a private mail server I have. It just relays to my gmail address. If only we could get ssl working.

Re: String length send to Thingspeak problem

PostPosted: Sun Mar 15, 2015 3:15 am
by pzw
Is this not a matter of not URL encoding the string? Like converting the spaces into %20 ...?

Re: String length send to Thingspeak problem

PostPosted: Tue Mar 17, 2015 10:28 am
by swilson
I don't think url encoding the string will help. I can send the smaller string that contains spaces and it sends fine with url encoding.

Re: String length send to Thingspeak problem

PostPosted: Wed Mar 18, 2015 10:46 am
by Pawel
Did You try to use different server that is processing your GET request?
I mean maybe esp8266 is doing it properly but other party is not working as expected (webserver that receives GET request)