bogkonstantin / android_income_sms_gateway_webhook

Simple Android incoming SMS to URL forwarder
MIT License
352 stars 96 forks source link

Bad control character in string literal in JSON #71

Closed eugene-chernyshenko closed 2 months ago

eugene-chernyshenko commented 3 months ago

Got issue when sms message has " in text

eugene-chernyshenko commented 3 months ago

You have to escape text content

bogkonstantin commented 2 months ago

The app escapes text content. SMS with text test"123 becomes test\"123 in the payload.