Forum Discussion
Dev_16_371257
Nimbostratus
Sep 05, 2018Need help In irule to execute condition based on URI Values
Hi Experts,
I am trying to write the I-rule where uri have 10digit numeric value and it should not contain any special character/alphabet , also the length of that numeric value is not more than 10...
Dev_16_371257
Nimbostratus
Sep 05, 2018http://www.hostname.com/uripath/sn=1234567890/abouttoopenhomepage.docx
---- Ho to add the length verification which will pass the 10 digit SN_value !
when HTTP_REQUEST {
set SN_value [getfield [getfield [HTTP::path] "/" 2] "=" 2] if { [string is digit $SN_value] && ([HTTP::uri] ends_with ".docx" or ".xlsx") }
{ log local0. "Correct File extension && The uri path entry $SN_value is okay (all digits)." return } else { log local0. "The URL path entry $SN_value is not okay (non-digit characters were found)." } }
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