Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Fallout1984's avatar
Fallout1984
Icon for Cirrocumulus rankCirrocumulus
Apr 01, 2020
Solved

iRule question: What does "switch -glob" do?

We have an issue where one server's getting traffic where another isn't when this iRule directs it to the 8081 pool (has two servers in it). Does anyone know what the "switch -glob" part of it does? I've never seen that before.

 

when HTTP_REQUEST {

 switch -glob [HTTP::uri] {

 "/ssomanager*" {

  pool prod-8081-pl

 

Thanks!