Yesterday's Top Poster

Transform rules are now available in vercel.json

  • Thread starter Thread starter Charlie Meyer
  • Start date Start date
You can now define transform rules in vercel.json to modify HTTP request and response headers or query parameters, without changing application code.

Unlimited transform rules are available for all customers, and let you:


  • Set, append, or delete request headers, response headers, and query parameters


  • Use conditional logic to apply changes based on request metadata


  • Match by equality, inequality, prefixes, suffixes, inclusion in string arrays, or numeric comparisons for fine-grained control

This expands the flexibility of Vercel's CDN, which already supports routing behavior like redirects and rewrites to external origins.

For example:


Explore an interactive transform configurator and demo of this in action.

Please refer to our documentation on transform rules for detailed examples.

Read more

Continue reading...
 
Back
Top