whats odd is I am, but they are doubling up
whats odd is I am, but they are doubling up
my.domain.com?utmtest=123 however the location header in the response has that utmtest doubled up.

redirectRequest? Can you share more code? I would guess you're passing a string as url that already contains the search params, but then also passing them as search, resulting in them appearing twice

[object Object] are you sure the file was uploaded to R2 correctly?my.domain.com?utmtest=123redirectRequest[object Object]firmwareBin = await env.R2.get(decodeURI(key));
let { readable, writable } = new FixedLengthStream(175104);
firmwareBin.body.pipeTo(writable);
return new Response(readable, firmwareBin);