Q
|
Can I use BrowserHawk to check the value of a cookie, and redirect accordingly?
|
A
|
It is possible to set a BrowserHawk property (either a predefined property or a custom property you add) based on the value of any cookie you wish. For example, you could create a new property called HereBefore as a boolean, and create a Cookie type filter that sets HereBefore to True if BrowserHawk finds your custom cookie.
This approach relies on the creation of a Cookie type filter - see the BrowserHawk documentation under the subject of Filters for more information.
|