Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to keep uppercase when passing parameters from url into whatsapp api web?

I have a problem here. Here is my sample code: https://api.whatsapp.com/send?phone=[International Ph. Number]&text=GoodMorning!

Copy the following codes and insert into any browser and change the [International Ph. Number] to any international phone number. What's the problem here is when showing in the api.whatsapp.com, they were fine but when passing into https://web.whatsapp.com/ all my uppercase turned into lowercase! I even tried url encoding such as the % still doesn't work for me.

like image 324
AloHA_ChiCken Avatar asked Nov 09 '17 07:11

AloHA_ChiCken


1 Answers

It's fixed internally by WhatsApp, update will be pushed out soon (see thread: https://whatsappen.com/whatsapp-click-to-chat)

EDIT 12/08/2017: it's fixed since a couple of days. Try: https://api.whatsapp.com/send?phone=&text=SomeCapitalLetters

like image 63
Michel Avatar answered Nov 13 '22 08:11

Michel