Forum Discussion
Sep 17, 2015
BIG-IP : irule not matching uri as expected
F5 BIG-IP Virtual Edition v11.4.1 (Build 635.0) LTM on ESXi This code is logging all requests - including those with uri "/404" : when HTTP_REQUEST {
if {[HTTP::uri] != "/404"} {
log l...
Robert_Luechte2
Cirrus
Sep 18, 2015Try using ne instead of !=. You may be having an issue with data type conversion. Using ne will ensure you are doing a string comparison. I'm not positive that is the issue, but it's an easy change to test.
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