Sure, it should be pretty fast. Just keep in mind that any data that reaches the Client's Worker is
Sure, it should be pretty fast. Just keep in mind that any data that reaches the Client's Worker is theoretically something they have access to


new URLSearchParams({ 'a[]': 'b' }).toString() should be a%5B%5D=b according to the URL spec, but as you can see here it does not escape the param namesurl_original compat flag fixes this, but that was changed in 2022 and this has started breaking my apps only recently.
From reading up I see that fetching other workers in the same domain can cause problems and that's why service bindings where introducedA Tunnel isn't a worker though, unless you have another worker in front of it or anything?
not using the cfargotunnel, I have dns cname in place.cname is proxied right? Do you get the exact error code it returns (ex: 502, 520, etc)