Forum Discussion

3 Replies

  • You can also take a look into the rewrite profile option, uri translation. There are some gotchas to look out for, but is you can give a little clearer info on what you want to do, I might be able to help.

     

    The rewrite profile is supposed to give better performance over an iRule.

     

  • I am plan do it on v11,

     

    I’m going to access http://ecmdev.network.dev/ecmtestdev/llisapi.dll?func=ll&objId=64554229&objAction=browse&viewType=1

     

    I’m expecting the LTM to redirect to the http://outagemessage-dev.network.dev/ and I’d like to include everything after the ? in the original request url.

     

    For instance

     

    http://ecmdev.network.dev/ecmtestdev/llisapi.dll?func=ll&objId=64554229&objAction=browse&viewType=1

     

    should redirect to

     

    http://outagemessage-dev.network.dev?func=ll&objId=64554229&objAction=browse&viewType=1

     

    I need irule for this