ok
This commit is contained in:
parent
b967bb9e9a
commit
3ac9a06a9f
|
|
@ -117,6 +117,7 @@ export function connect(options: TunnelOptions): Tunnel {
|
||||||
method: req.method,
|
method: req.method,
|
||||||
headers: req.headers,
|
headers: req.headers,
|
||||||
body: hasBody ? req.body : undefined,
|
body: hasBody ? req.body : undefined,
|
||||||
|
redirect: "manual",
|
||||||
})
|
})
|
||||||
|
|
||||||
const contentType = response.headers.get("content-type")
|
const contentType = response.headers.get("content-type")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user