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,