cron-job.org icon indicating copy to clipboard operation
cron-job.org copied to clipboard

Implement cron job validation

Open pschlan opened this issue 7 years ago • 3 comments

To minimize abuse, cron job hosts should be validated by either sending a confirmation email to the domain owner or uploading a validation file.

pschlan avatar Apr 19 '17 12:04 pschlan

This might pose some issue as in suppose I wish to fetch a data from a API endpoint (using authentication) which is not owned by then it shall be a issue.

humble-barnacle001 avatar Jan 08 '22 04:01 humble-barnacle001

But it can be such that there can be a limit above which there should be validation for example, if a job is run every hour, it need not be validated but below that must be validated

humble-barnacle001 avatar Jan 08 '22 04:01 humble-barnacle001

That's true, and we should make sure we don't limit valid use cases.

pschlan avatar Feb 01 '22 19:02 pschlan