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

Richard__Harlan's avatar
Richard__Harlan
Historic F5 Account
Aug 18, 2005

Multiple redirect/respond invocations not allowed

Haveing a problem with a iRule I created. everytime it runs we get the following error message. TCL error: Rule jdhealth_http - Operation not supported. Multiple redirect/respond invocations not allowed (line 8) invoked from within "redirect to "https://[HTTP::host][HTTP::uri]" "

 

 

When I log the url/uri this is what I get www.johndeerehealth.com/. Below is the rule any help would be great.

 

 

when HTTP_REQUEST {

 

if { [HTTP::uri] == "/provider" or

 

[HTTP::uri] == "/provider/" or

 

[HTTP::uri] == "/Provider" or

 

[HTTP::uri] == "/Provider/" } {

 

use pool johndeerehealth

 

} else {

 

redirect to "https://[HTTP::host][HTTP::uri]" }

 

}

 

12 Replies