Variables with comma in form field list in HTTP POST REQUEST
Posted: 13 Jan 2014 23:03
Hi!
First thanks for this great APP!
I'm trying to make a POST HTTP REQUEST with a received SMS text, but it's breaking when the text have any comma.
Text example: "HI JOHN, DO YOU ARE THERE?"
when I make a HTTP POST with Form Field List:
I get this form fields in my web server:
It's using the comma inside the variable to split the fields.
There is a way to avoid this?
Thanks,
First thanks for this great APP!
I'm trying to make a POST HTTP REQUEST with a received SMS text, but it's breaking when the text have any comma.
Text example: "HI JOHN, DO YOU ARE THERE?"
when I make a HTTP POST with Form Field List:
Code: Select all
text={ sms_text }
Code: Select all
text=HI JOHN
DO YOU ARE THERE?=
There is a way to avoid this?
Thanks,