SubhamTyagi / openinwa

Create chat in WhatsApp without saving number to your phonebook
GNU General Public License v3.0
83 stars 30 forks source link

https? #20

Closed alanthehat closed 2 weeks ago

alanthehat commented 3 years ago

This app produces an unsecured http link, should it be secured with https?

http://api.whatsapp.com/send?phone=<a number>&text=<text>

vs

https://api.whatsapp.com/send?phone=<a number>&text=<text>

federicomassi commented 2 years ago

It should be better to use https:// , since the WA app seems to use it from years.

Maybe it should be better to use an option to grant both the possibilities?

SubhamTyagi commented 2 years ago

This is only fancy. These links are only used for 'Intent'(a android thing) Which is intercepted by whatsapp app and then these URLs are parsed by whatsapp app. This app doesn't make any intenet connection to whatsapp server moreover this app doesn't have any internet permission (check android manifest file) so this app cannot access internet.

Herisanto commented 1 year ago

Bagaimana cara mengunakan aplikasi ini mohon tutorialnya

SubhamTyagi commented 2 weeks ago

fixed