Add a Cloudflare Worker Route
After deploying the worker, you need to tell Cloudflare to run it on requests to your domain.- In the Cloudflare dashboard, go to Workers & Pages → Overview
- Click your worker, then go to Settings → Triggers → Add Route
- Set the route pattern
Veriox will only show the verification popup to visitors who do not already have a valid session cookie. Visitors who have verified previously pass through silently.
Choose which pages require verification
This is a portal setting, not awrangler.toml variable. Go to your worker in portal.veriox.io → Configuration → Automated Trigger and choose Every page, Specific pages (list the URL patterns to protect, e.g. /shop/*), or Never if you’ll trigger verification manually. You can also scope this by visitor country — see location targeting.
Verify the configuration
Visit your site in an incognito window. You should see the Veriox verification popup. If you do not:- Check that the Worker Route pattern matches your URL
- Check that Cloudflare proxying (orange cloud) is enabled for the domain
- See the testing guide for a full checklist

