Rewriting /tag/* to /tags/* with Cloudflare Workers
A Worker catches requests to example.com/tag/ and sends them to example.com/tags/, keeping the method, headers, and query strings intact. No changes to the main app. People bookmark URLs, and when...