hackgate.net that forwards traffic to your origin. You supply the origin URL; HackGATE generates the proxy subdomain automatically.
Requirements
Before creating a site, confirm your origin URL meets these requirements:- Full FQDN format: the URL must include the scheme and hostname, e.g.
https://www.example.com - No query strings: URLs containing
?key=valueparameters are not accepted - No custom ports: standard ports only (80 and 443); see below for custom port support
- Unique origin: each origin URL can only be HackGATEd once across the platform
For origins running on custom ports, contact support@hckrt.com. The HackGATE team will configure the proxy manually.
How the proxy subdomain is generated
ThehackgatedName is derived automatically from your origin URL:
https://www.example.com and your organization slug is myorg, your proxy subdomain will be www-myorg.hackgate.net.
Create a site
Send aPOST request to /api/sites with your origin URL:
Response
id you will use in all subsequent API calls for this site.
After creation
Once you submit the request:- All organization members receive an email confirming the site was created.
isDeploymentProgressistruewhile HackGATE provisions the proxy infrastructure.- Deployment completes in approximately 4 minutes. Members receive a second email when the site is live.
- The site becomes active and researchers can connect via the
hackgatedNamesubdomain.
isDeploymentProgress is true.