- Changelog
Changelog
Query string destination variables
New featureWe’ve added the ability to use the query string parameters as a destination variable. For instance if you want to use the "page" query string from "example.com/contact?page=2" in your redirect, you can use the {query.page} variable.
To make this even more powerful, you can also use this in the dynamic destinations to traffic steer based on exact (or partial) query string matches. For instance, want to redirect all page numbers higher than 2 to another destination, you can use the following expression: query.page >= 2
ISO 27001 certified & SOC 2 Type 2 on the way!
ImprovementWe are very pleased to announce that redirect.pizza has achieved ISO 27001 certification, reinforcing our commitment to robust data security standards.
Moreover, we are on track to attain SOC 2 Type 2 certification within the next two months, further enhancing our commitment to maintaining the highest levels of data protection for our clients.
Read more here.

IP destination variable
New featureWe've added an IP destination variable: {ip}. This contains the IPv4 or IPv6 address of the connecting client.
This can be useful in combination with our dynamic destinations feature to traffic steer your traffic based on incoming IP addresses. For instance, redirect all the traffic from the office to destination A, and the rest to destination B.
Dynamic destination management in API
ImprovementExciting improvement to our API: You can now manage both single and multiple destinations with ease! Input a string for one destination or an array for multiple ones, including dynamic destination expressions. For more information, visit redirect.pizza/docs. Enjoy this new level of flexibility!
Tracking the full referrer URL
ImprovementExciting update for data enthusiasts! Analytics now captures the full referrer URL, offering a deeper insight into your referral traffic down to the exact page path. Enjoy the flexibility of toggling between 'host' and 'URL' views in the top referrers table. Plus, our raw analytics data now includes both host and URL options, giving you a comprehensive view of your traffic sources.
Improved security with our Content Security Policy
ImprovementWe've upgraded our platform's security by implementing a Content Security Policy (CSP). This addition adds an extra layer of protection, much like the perfect topping on a well-baked pizza. By controlling which resources are loaded and executed, we maintain the integrity of our services.
Access control
New featureBig news in team management! Our latest update introduces refined user-level permissions, allowing for detailed access control. Assign specific tags to users or restrict certain tags, ensuring precise and secure role assignment. This streamlined approach to permissions management simplifies secure access, enhancing both efficiency and safety.
Read more here.
Available from the Business plan and up.

We've expanded our import functionality to support multiple destinations. Now, you can specify various redirect destinations using a JSON format, identical to the array format in our API. This enhancement allows complex destination set-up, right from your initial import sheet.