Forum Discussion
Karthik_Krishn1
Feb 19, 2016Cirrostratus
iRule to match multiple conditions
Hello,
We are in the process of setting 2 factor for OWA only if the users are coming in from the Internet. When a user comes in from the internet and hits the page "https://webmail.company.com...
CharlesCS
Feb 19, 2016Cirrus
Instead of comparing
([HTTP::uri] contains "/owa")
this
([HTTP::path] starts_with "/owa")
would be more efficient. You might also want to ensure that you're looking at lower-case data by using
([[string tolower [HTTP::path]] starts_with "/owa")
so you don't miss URLs like "https://webmail.company.com/OWA".
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