Below is an example of making an HTTP request to Daily Solution from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('http://cron.daily-solution.dev/ping/your-uuid-here'))