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

Bunkemannen's avatar
Bunkemannen
Icon for Nimbostratus rankNimbostratus
Jan 29, 2020

iRule problems after upgrade to 14.1.2.3

After upgrading from 13.1.1.4, we hav problems running the simplest of iRules for example :

when HTTP_REQUEST {

    if { [HTTP::uri] equals "/" or [HTTP::uri] equals "" }{

         HTTP::redirect "https://[HTTP::host]/overview"

   } else {

    pool secure_pool

  }

}

 

I logs in the LTM log like this: <HTTP_REQUEST> - Can't call after responding - ERR_NOT_SUPPORTED (line 1) invoked from within "HTTP::host"

 

Any idea anyone?

 

//B

4 Replies