PithHelmet Rule Editor - Sample Transmogrification Rule
Setting up a transmogrification takes a few steps.
- Set the pattern type to Regex URL Match. Each parenthesized group can be used in the replacement. The pattern must match the entire url.
- Set the matching URL request action to Transmogrify.
- Set the replacement to be an absolute URL - it must be well formed.
- Click Apply to rebuild the rule engine.
The transmogrifier basically uses Perl-style regular expression matching and replacment rules.
If the final result of a transmogrification is a JavaScript url, the JavaScript is first evaluated before actually attempting to load a file or http request.


