Forum Discussion
sagar33_370912
Nimbostratus
Aug 30, 2018TCl error
Hi All,
Wanted to know why i am getting this error again and again?
TCL error: /Common/iRule_https_redirect_301 - Operation not supported. Multiple redirect/respond invocations not allowed (line...
youssef1
Cumulonimbus
Aug 30, 2018Hi Sagar,
The problem is that you don't condition your redirect/respond. You have to condition it, example:
when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/redirect"} {
HTTP::respond 301 Location https://[getfield [HTTP::host] ":" 1][HTTP::uri]
}
}
So you have ton condition your respond or you will trigged it to each request.
regards,
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