Sep 2026 - DevCentral will be set to Read-Only on Sep 14th for a platform update. Details: DevCentral is Evolving.

Forum Discussion

SP_SINGH_279526's avatar
SP_SINGH_279526
Icon for Nimbostratus rankNimbostratus
Feb 17, 2017

Simple -iRule with URI not behaving as expected

when HTTP_REQUEST { switch -glob [HTTP::uri] { "/api*" - "/API*" { pool pool-XYZ } "/style*" - "/help*" - default { pool pool-AMC } ...