Forum Discussion

jvernetti68_163's avatar
jvernetti68_163
Icon for Nimbostratus rankNimbostratus
Apr 09, 2018
Solved

Redirect hostname and uri maintaining uri using LTM traffic policies

Hello, I am using more ltm traffic policies these days and I am wondering if anyone knows how to do a redirect that detects the /uri and redirect that dynamically. For instance if users bookmarked ht...
  • Filip_Mikulík_1's avatar
    Apr 09, 2018

    Hi, yes for sure it is possible. Simply to Redirect to location write:

    tcl:https://www.[HTTP::host][HTTP::uri]
    

    Or more specific:

    tcl:https://www.whatever.com[HTTP::uri]