Why does my ASP.Net Core Web API request to Telegram Bot API always exceed timeout on Windows Server 2019?
I have an ASP.Net Core Web API. This web api application would make a post request to Telegram Bot API to send message to a Telegram group when a user create a content. Absolutely, the request to Telegram bot api from my web api was working fine for almost a year and a half. Until recently, the request will always fail as it exceeds timeout, and this happen only on Windows Server.