I started usuing the cron job voor Mailchimp.
wget , however, is has been banned by the hoster for security reasons.
They want me to use the following :
/usr/bin/curl --user-agent CronJob --retry 1 --max-time 60 -o cron.txt
http://example.com
Important is to setup a user-agent in the command to prevent ModSecurity to generate error messages.
Can you help me out here or advice what to do?