bogkonstantin / android_income_sms_gateway_webhook

Simple Android incoming SMS to URL forwarder
MIT License
388 stars 109 forks source link

http not really working #6

Closed rodjunger closed 3 years ago

rodjunger commented 3 years ago

According to a quick google search, google really dislikes the idea of http requests so by default they're blocked and require some manifest changes to work, this is the long from logcat:

06-08 16:13:11.725 17927 20254 E SmsGateway: Exception java.io.IOException: Cleartext HTTP traffic to redacted_ip not permitted

rodjunger commented 3 years ago

adding android:usesCleartextTraffic="true" to AndroidManifest.xml fixes it

bogkonstantin commented 3 years ago

Thank you for suggestion. Fixed that in v2.01

androtech143 commented 3 years ago

But still it's not working

bogkonstantin commented 3 years ago

@androtech143 would you please provide more information. 1 What app version do you use? 2 What Android version do you have? 3 How did you know that it doesn't work? Any logs?