cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPPOST with JSON

patc
Associate II
Posted on September 08, 2015 at 15:52

Hello,

I'm trying to POST some JSON data to my server but it seems I'm having a problem because the post data is comma delimited just like the POST command arguments.  I have already tried to escape the character with ''\,'' but it does not work.  

Is there a special escape character for using commas inside the data of a POST?

Pat

#http-post
1 REPLY 1
Posted on September 08, 2015 at 16:03

Hi Patrick,

current FW3.4 still have this limit. Cannot use comma inside AT-commands for arguments. It will be solved.

In the meanwhile, you can use sockets: open (SOCKON), write (SOCKW) and read (SOCKR).

I'm sorry for this.

jerry