how to input a curl
i need to create the following cron job:
call address:
curl -o --url "URL" > /dev/null 2>&1
i get error: "the url you entered is not valid"
how can i add a curl address?
In your case, you can enter the URL directly (ignoring all other commands and marks) on EasyCron. The cron script will be triggered then.