Forum Discussion
Joe_Erchul_4263
Nimbostratus
Nov 16, 2015Search a URI for ~ followed by a number?
Gang,
Running 11.5.3 on my LTMs, and I'm trying to find an iRule that will block access to any URI that begins with "/this_is_where_I_start/", then contains "~any_number" within the URI. For in...
Joe_Erchul_4263
Nimbostratus
Nov 16, 2015Nitass,
That looked pretty crazy. Here's what I came up with:
when HTTP_REQUEST { if { [string tolower [HTTP::path]] starts_with "/this_is_where_I_start/" and [HTTP::uri] matches_regex {/~[0-9]}} { reject } }
The iRule didn't bomb on me, so I'm going to apply it in my test environment. Do you see any potential gotchas there?
Joe
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