irules to redirect based on simple pay-per-click 'tags'
We have a pair of BIG-IP F5 Load Balancers, running 10x+, which direct traffic between two web farms.
Farm A) handles default traffic, 404s, etc
Farm B) handles a more limited set of CMS based pages
We have a request to support a PPC campaign, based on a limited set of URL characteristics,
along the lines of:
*RefID*
*TrkNum*
Some example URL's would resemble the following
http://www.domain1.com/filename?RefID=$string
http://www.domain2.com/path/filename?RefID=$string
http://www.domain3.com/path/to/filename?TrkNum=$string
The hope is that a *pattern* iRule can be created which will allow ANY request with *RefID* or *TrkNum* to be redirected from Webserver Farm A to Webserver Farm B.
Initially this doesn't look feasible however, as the iRule logic apparently will only use a single wildcard, making *pattern* type wildcard matching not possible.
Can anyone confirm, or point to other options ?
regards,