Forum Discussion
Kareem
Nimbostratus
Dec 09, 2014Can't save an iRule because of formatting issues.
Hi,
I am having trouble formatting this irule:
when CLIENT_ACCEPTED {
if { [class match [IP::remote_addr] equals O365_Microsoft_Networks_dg] } {
if {([HTTP::uri] contains “/ews”)} {
pool O...
Kareem
Nimbostratus
Dec 09, 2014Thanks, that works. What if I want two conditions to be met before the pool is chosen, what should the irule look like ? Below is the current irule: I mean make it only one if statement:
when HTTP_REQUEST { if {[class match [IP::remote_addr] equals O365_Microsoft_Networks_dg]} {
if {[HTTP::path] equals "/ews" } { pool O365_POC_Exchange_owa_pool7 } } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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