Documentation Index
Fetch the complete documentation index at: https://wsignal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
What It Does
wsignal replay loads a saved event and sends a new HTTP request to the destination URL you provide.
The replay request preserves:
- The original method
- The original body for methods that allow a body
- Most original headers
hostcontent-length
Required Arguments
<id>
The saved event ID to replay.
--to <url>
Destination URL for the replay request.
replay throws an error if --to is missing.
Optional Arguments
--config <path>
Use a specific config file when locating stored records.
Examples
Replay one event to a local route:Related Behavior
replay is a manual operation. It is separate from endpoint forwarding configured in wsignal.config.ts.