sa3dany / android-sms-hooks

Webhooks for SMS. Sends a POST request to a custom endpoint each time you receive an SMS message
Mozilla Public License 2.0
52 stars 16 forks source link

not receiving full message #8

Closed jdetmold closed 2 years ago

jdetmold commented 2 years ago

from an android 11 device I am only able to receive the following payload

{ "headers": { "Connection": "Keep-Alive", "Transfer-Encoding": "chunked", "Accept-Encoding": "gzip", "Host": "myurl.com", "User-Agent": "SMS,Forwarder,App", "Content-Type": "application/json; charset=utf-8", "Content-Length": "0" } }

any help would be amazing!

jdetmold commented 2 years ago

posted to wrong project! sorry!