I need to make a request to an URL of my app, every 15 minutes(not hosting scheduled tasks), and I don't want anything sophisticated, just something simple, so I end up with this 2 solutions:
- Windows 7 scheduler + PowerShell Script
- Windows 7 scheduler + Curl request
Is there something else, similar, that I can do ?
Which of the 2 approaches is best ?
I really appreciate if someone can show me how to make a PowerShell Script doing an URL request or how to schedule on windows 7 a curl request.