johndoe098790
Member
Hi everyone,
To monitor my websites uptime, I have made a Telegram channel in which I launch alert to tell me when a site is down.
Problem is, part of the message is the domain name or URL, which contain a dot ( . ) .
So I receive this message:
Any idea on how I can parse a whole variable and not escaping just the dots (Which I dont have access to?)
To monitor my websites uptime, I have made a Telegram channel in which I launch alert to tell me when a site is down.
Problem is, part of the message is the domain name or URL, which contain a dot ( . ) .
So I receive this message:
Code:
{
"ok": false,
"error_code": 400,
"description": "Bad Request: can\u0027t parse entities: Character \u0027(\u0027 is reserved and must be escaped with the preceding \u0027\\\u0027"
}
Any idea on how I can parse a whole variable and not escaping just the dots (Which I dont have access to?)