ArlindT
May 12, 2023Altocumulus
F5 Policy using replace with TCL
Hi,
i'm trying to to the following job:
when someone try to browse to ictservice.it/some_text/etc
i want the policy to add the string ICTDesktop int the path -> ictservice.it/ICTDesktop/some_text/etc
and only after forward the traffic to the Pool.
Possibly 'ICTDesktop' to be hiden
How can i do this without irule, but using only TCL or also without TCL?
thanks
Arlind
solved as tcl[HTTP::uri "/ICTDesktop[HTTP::uri]"]
ps: also tcl[HTTP::path "/ICTDesktop[HTTP::path]"] works