Auto-forward & targets
Replay targets
A replay target is a URL where captured webhooks are forwarded. Each team member creates their own target pointing at their local dev server. Targets are scoped to an endpoint — they only receive captures from that endpoint.
To add a target, expand an endpoint in your project and click Add Target. Enter a name (e.g., "My laptop") and the URL (e.g.,
http://localhost:3000/webhooks).
Auto-forward
Enable the Auto-replay toggle on a replay target to automatically forward every incoming webhook to that target as it’s captured. No manual replay needed — webhooks arrive at your dev server in real time.
| Plan | Auto-forward targets |
|---|---|
| Deckhand | 0 |
| First Mate | 1 |
| Captain | 3 |
Domain verification
Before creating a replay target pointing at a non-localhost URL, you must verify domain ownership. FlurryPORT supports two verification methods:
_flurryport-verify.yourdomain.com with the token value shown in the UI.https://yourdomain.com/.well-known/flurryport-verify/{token} whose body contains the token.Verifying a root domain (e.g., example.com) automatically covers all subdomains. Localhost targets never require verification.
CLI forwarding
The FlurryPORT CLI can forward captures to your local machine without setting up a replay target in the UI. See
CLI setupfor details.