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

Forum Discussion

Mohan_Kumar_321's avatar
Mohan_Kumar_321
Icon for Nimbostratus rankNimbostratus
7 years ago
Solved

iRule for uri redrect

Would you mind please verify below iRule for redirecting the traffic which is going to "/career " redirect to https://jobs.abcd.com   if { [HTTP::uri] equals "/careers" } { HTTP::redirect "https:...
  • Mohan_Kumar_321's avatar
    7 years ago

    Issue got fixed with below iRule.

     

    when HTTP_REQUEST { if { [HTTP::uri] equals "/careers" } {

     

    HTTP::respond 301 Location ";;

     

    } }

     

    Thank you Stanislas for all your support..!!

     

    Regards, Mohan