SubhamTyagi / openinwa

Create chat in WhatsApp without saving number to your phonebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https?

alanthehat opened this issue · comments

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>

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?

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.

Bagaimana cara mengunakan aplikasi ini mohon tutorialnya

fixed