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...
mattias_56723
Nimbostratus
Sep 14, 2009I also need to have an list of URI:s that i wan't to block.
This is what I want to have, but I have problem with the syntax, and I would appreciate any help.
Check if URI contains something from the list in $::blockedurl
if {[URI::query [HTTP::uri] $::blockedurl }{
Save updated URI with $::blockedurl removed
set uri_tmp [string map {$::blockedurl ""} [HTTP::uri]] }
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
