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.
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.
re-thc•1h ago
What are the alternatives?
There aren't many. Those that are potentially have worse documentation and/or issues.