F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

madi_56757's avatar
madi_56757
Icon for Nimbostratus rankNimbostratus
Mar 31, 2005

$ argunment

hello

i've current a problem with the $ argument in my redirect rule

 
 when HTTP_REQUEST {  
    set url1 -side1/- 
    set url2 -?$part=msg.404 
    if { [HTTP::uri] starts_with "-side" } { 
       HTTP::redirect "https://server1.com/$url1" 
    } 
    else { 
       HTTP::redirect "https://server1/$url2"  
    } 
 } 
 

-----------

the problem is the $ argument is very important in my redirect url2

I think the rule does not work because the $ argument is an rule syntax

can any help

1 Reply