For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

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 } ...