Parameter Redirects


This type of redirect allows matching based on page state. This includes reading and evaluating Query String parameters (from GET operations) and Form Data (from POST operations).

The administration interface for adding Parameter based redirects basically allows to match a named parameter to a specified value using one of the 6 available operators (Equals, Not Equals, Contains, Not Contains, Exists, Not Exists).

Note that Parameter Name and Parameter Value text boxes support My Tokens, making it possible to build dynamic expressions.