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