diff --git a/src/main.js b/src/main.js index b9c8acc..0b4b21c 100644 --- a/src/main.js +++ b/src/main.js @@ -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 (