About this property
Gushwork serves content hubs on customer domains. Some customers host on Vercel. This site stands in for one of them so we can test the plumbing without touching anyone's production site.
The setup under test
| Layer | What it is |
|---|---|
| Public domain | gushwork.info — what a visitor types |
| Edge | Cloudflare Worker, serving the whole domain |
| Upstream host | vercel.gush.site — a domain on the Vercel project |
| Origin | Vercel's edge, routing on SNI and Host |
What "working" means
A visitor on the public domain never sees the upstream hostname — not in the address bar, not in a redirect, not in a canonical tag, and not in an asset URL. Every page, asset and JSON endpoint resolves. A missing path returns a genuine 404.
Live request diagnostics
- Browser host
- —
- Full URL
- —
- Protocol
- —
- Asset host
- —
- Canonical
- —
- API probe
- —
- Rendered
- —