Merge pull request #4381 from ChatGPTNextWeb/fred-bf-patch-3

patch: disable webdav redirect
This commit is contained in:
fred-bf 2024-03-24 14:17:11 +08:00 committed by GitHub
commit 90af4e3b77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ async function handle(
authorization: req.headers.get("authorization") ?? "",
},
body: shouldNotHaveBody ? null : req.body,
redirect: 'manual',
method,
// @ts-ignore
duplex: "half",