by breckenedge on 10/2/2025, 6:27:11 PM with 1 comments
Been dealing with a legacy collection of CloudFlare workers and wondering why anyone would ever choose this technology.
One issue: URL wildcard patters are way too easy to fuck up. Workers won’t match URL parameters without a wildcard, but adding a wildcard will make it start matching unintended paths.
Been dealing with a legacy collection of CloudFlare workers and wondering why anyone would ever choose this technology.
One issue: URL wildcard patters are way too easy to fuck up. Workers won’t match URL parameters without a wildcard, but adding a wildcard will make it start matching unintended paths.