How to schedule an automatic HTTP request to address?

Asked By 0 points N/A Posted on -
qa-featured

Can I have a simple and easy way to to schedule an automatic HTTP request to an address like mdomain.com according to a rescheduled time so that i can automate some of the requests from client and the server, while the client can enter some power down modes reliably? I have heard about CRON but never used it. What is CRON in python/javascriting and how to make use of it in my requirement? any code snippets is greatly appreciated. The outcome of request can be some more HTTP requests and it is acceptable.

SHARE

Related Questions