diff --git a/src/forward-to-localhost.ts b/src/forward-to-localhost.ts index 9e8bd6b..e059e1d 100644 --- a/src/forward-to-localhost.ts +++ b/src/forward-to-localhost.ts @@ -12,6 +12,9 @@ export const forwardWebhookToLocalhost = async ( method: "POST", url: `${baseUrl}${webhook.path}`, data: JSON.parse(webhook.body), + headers: { + "X-WS-Original-Headers": webhook.headers, + }, }; axios