Forum Discussion
trx_94323
Apr 30, 2013Nimbostratus
operation not supported irule error
Hello Community,
I have this issue when having a 301 redirect, I get this error below:
TCL error: /Common/portal_url_erp_masking_v4_TRX_PROD - Operation not supported. Multiple ...
Kevin_Stewart
Dec 18, 2013Employee
The idea for option 2 was to set a variable and then act on it once. So for example:
when HTTP_REQUEST {
if { some condition } {
set redir "/foo"
} elseif { some other condition } {
set redir "/bar"
}
...
if { [info exists redir] } {
HTTP::respond 301 $redir
}
}
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