From 3ac9a06a9f5542ee07f0d3957d8609c0c93d0dd3 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 17 Feb 2026 07:41:05 -0800 Subject: [PATCH] ok --- src/client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client.ts b/src/client.ts index 529f762..3685d4a 100644 --- a/src/client.ts +++ b/src/client.ts @@ -117,6 +117,7 @@ export function connect(options: TunnelOptions): Tunnel { method: req.method, headers: req.headers, body: hasBody ? req.body : undefined, + redirect: "manual", }) const contentType = response.headers.get("content-type")