Forum Discussion
madi_56757
Nimbostratus
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
- unRuleY_95363Historic F5 AccountTry escaping the $ with a backslash. As in:
set url2 -?\$part=msg.404
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects