Forum Discussion
SaminKalhor_326
Nimbostratus
Jul 16, 2017If there is an upper case in HTTP:: path
Hey folks, I want to know how to check "if" there is an upper cased letter in the path?
- Faruk_AYDIN
Nimbostratus
If you wanna know if there is an uppercase letter in the path, It is easy with irule :
when HTTP_REQUEST { if { not ([string tolower [HTTP::path]] equals [HTTP::path]) } { log local0. "There is an uppercase char : [HTTP::path]" } }
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