1
The doubt I have is more conceptual than in code.
I have a Rest that is a server service, the same is done in C#, I would like every day at a specific time it would request a URL X. I thought of putting a timer on my C# dekstop application that consumes the Rest and calling the url in question, but I stopped in the way that the computer that consumes Rest is not turned on. I can make the service itself see a timer inside it and call my URL, or something like that?