It is, but that doesn't mean I wouldn't have to pay the bill if the attacker succeded the ddos...
It is, but that doesn't mean I wouldn't have to pay the bill if the attacker succeded the ddos...


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)
new URLSearchParams({ 'a[]': 'b' }).toString()a%5B%5D=burl_originalawait fetch("http://tunnel.example.com/localapi/files", {
method: "POST", etc