Skip to main content
patc
Associate II
September 8, 2015
Question

HTTPPOST with JSON

  • September 8, 2015
  • 1 reply
  • 656 views
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
    This topic has been closed for replies.

    1 reply

    Gerardo GALLUCCI
    ST Employee
    September 8, 2015
    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