Forum Discussion
hooleylist
Dec 14, 2011Cirrostratus
Hi Sean,
You can parse the value of nodeid, objid or any other URI parameter using [URI::query [HTTP::uri] $parameter_name]:
http://devcentral.f5.com/wiki/iRules.URI__query.ashx
Are there specific URIs you want to check for redirecting? If so you can use a switch statement to check the URI:
http://devcentral.f5.com/wiki/iRules.switch.ashx
Aaron