Below is an example of making an HTTP request to tor0.hc from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://tor0.hc.advindis.com/ping/your-uuid-here'))