Use this to check if a site exists
In order to check if a user has a Opentracker.net account, use this URL to perform a GET or POST request.
The following parameters are required:
site
the domain needed to be checked
HTTP GET/ POST: does_site_exist.jsp?site=www.opentracker.net
Page returns 'false ' if domain does not exist, and 'true ' otherwise.