Back to Docs
Forwarding Rules
Automatically forward incoming webhooks to your local development server, staging environment, or any public URL. Available on PRO and TEAM plans.
What are Forwarding Rules?
A forwarding rule tells RequestBin to automatically replay every incoming request on a bin to a destination URL. This means your bin captures the request and forwards it at the same time, giving you both a debug record and real-time delivery.
Create a Destination
- Open a bin and go to the Forwarding Rules tab
- Click "Add Forwarding Rule"
- Enter the destination URL (must be a publicly reachable URL)
- Give it a name for easy reference
Setting Conditions
You can add conditions to control which requests get forwarded:
- HTTP Method — only forward POST requests, or only GET, etc.
- Path contains — match requests where the path includes a specific string
- Header match — forward only when a specific header is present or matches a value
If no conditions are set, all requests to the bin are forwarded.
Auto-Forward Workflow
Once a rule is active, the workflow is:
- A webhook arrives at your bin URL
- RequestBin captures and stores the request
- The forwarding engine evaluates your rules
- If conditions match, the request is replayed to the destination
- The forwarding result (success/failure) is logged alongside the original request
Plan Limits
PRO plan: Up to 5 forwarding rules across all bins.
TEAM plan: Unlimited forwarding rules.
Free plan: Forwarding rules are not available. Upgrade to PRO.
TEAM plan: Unlimited forwarding rules.
Free plan: Forwarding rules are not available. Upgrade to PRO.