Skip to content

Replay and Forwarding Workbench #3

Description

@austin-smith

Request Replay and Export

The app already captures enough data to reconstruct a request: method, path, query, headers, body text/base64, content type, and IP in lib/webhooks/inbound-capture.ts line 70 and lib/webhooks/repository.ts line 53. But the debugging loop stops at inspection.

Add:

  • Replay selected request to a target URL.
  • Copy as curl, HAR, and maybe Fetch.
  • Optional saved forwarding target per inbox.
  • Replay attempt results:
    • Status
    • Latency
    • Response headers/body
    • Error

Why: modern tools consistently center this. RequestBin lists capture, replay, and forwarding as core docs features. Hookdump markets replay and forwarding directly. Webhook.site’s current docs also describe replay as part of Custom Actions workflows.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions