patch: disable webdav redirect
This commit is contained in:
parent
ebbd870150
commit
e8d76a513d
|
@ -101,6 +101,7 @@ async function handle(
|
||||||
authorization: req.headers.get("authorization") ?? "",
|
authorization: req.headers.get("authorization") ?? "",
|
||||||
},
|
},
|
||||||
body: shouldNotHaveBody ? null : req.body,
|
body: shouldNotHaveBody ? null : req.body,
|
||||||
|
redirect: 'manual',
|
||||||
method,
|
method,
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
duplex: "half",
|
duplex: "half",
|
||||||
|
|
Loading…
Reference in New Issue