Error using cURL on the WhatsApp web [duplicate]
Solution 1:
You have to use quotes as follows
curl -I "https://api.whatsapp.com/send/?phone=51988888888&text&app_absent=0"
to prevent &
being interpreted as backgrounding of some task.
You have to use quotes as follows
curl -I "https://api.whatsapp.com/send/?phone=51988888888&text&app_absent=0"
to prevent &
being interpreted as backgrounding of some task.