Question
HTTPPOST with JSON
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