
7/7/2021 · Ming Xue
What this post added
This post introduces Transform Rules, a new feature that allows users to modify HTTP requests at the edge without writing Cloudflare Workers. It covers three main capabilities: URL Normalization (decoding encoded URLs to prevent security bypasses), URL Rewrite (static and dynamic modification of URL paths and query strings based on request attributes), and Header Modify (adding or removing static or dynamic headers, including bot scores, to requests sent to origin servers. This provides a more accessible way to manage request shaping for security and application optimization.