No I’m using name.com wordpress hosting and domain purchased from cloudflare im not that too much te
No I’m using name.com wordpress hosting and domain purchased from cloudflare im not that too much technical
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)