make redirection with a body work

This commit is contained in:
Jelle van Snik 2023-01-08 20:26:22 +01:00
parent a875f0d335
commit f9f46cde0b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ async function handleRequest(oRequest, destination, iteration = 0) {
}
// Fetch the new resource
const oResponse = await fetch(request);
const oResponse = await fetch(request.clone());
// If the server returned a redirect, follow it
if (