Forum Discussion
mattias_56723
Nimbostratus
Sep 10, 2009simple filter question of uri
If I want to filter out "?listall=1" and also "log=0" in the uri.
ex: http://testsite.com/test.aspx?listall=1?log=0
to http://testsite.com/test.aspx
How will the syntax look like...
hoolio
Cirrostratus
Sep 14, 2009You could parse the value of the pageid parameter using [URI::query [HTTP::uri] pageid] and then use matchclass to see if it's defined in a datagroup named pageids_class:
if {[matchclass [URI::query [HTTP::uri] pageid] equals $::pageids_class]}{
pageid parameter value exists in the pageids_class datagroup
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
