Ruby

Below is an example of making an HTTP request to Securebot Healthchecks from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://test.healthchecks.tools-securebot.users.h-da.cloud/ping/your-uuid-here'))