Request Forwarding - Web Hook Box

Request Forwarding

Request forwarding allows you to relay incoming webhook data to your own endpoints or services, providing a convenient way to test webhooks with your applications without exposing them directly.

What is Request Forwarding?

Request forwarding is a feature that allows Web Hook Box to act as a proxy between external services and your applications. When a webhook request is received, Web Hook Box can automatically forward that request to one or more target URLs.

This provides several benefits:

  • Inspect and debug webhook payloads without modifying your application
  • Forward the same webhook to multiple destinations
  • Keep a history of all webhook requests for reference
  • Test your webhook handlers without exposing your local development environment
  • Filter and transform webhook payloads before they reach your application
Request Forwarding Flow