Please tell me the solution what should i do now?
Please tell me the solution what should i do now?
Cache.match(request), is it looking at the user agent too? So if I visit the same URL with same query parameters and everything, but on a different device/with a different user agent, will it not match?main field and uploads that bundlewrangler/workerdResponse.redirect() does that automatically append any query params that were in the original request?redirect(). So no, you'll need to add those manually.Response.redirect("/foo") will go to "/foo" with no query params.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
Cache.match(request)wranglerworkerdResponse.redirect()redirect()Response.redirect("/foo")my.domain.com?utmtest=123redirectRequestsearch