Hi all,
I have a application where I have to redirect a specific URL to another. The point is that the primary URL, have some information that I want to preserv after redirection, for example:
Primary URL: http://abc.com/foo/foo2
Redirected URL: http://xyz.com (The URI portion /foo/foo2 is that I want to preserv)
The default CSS11501 behavior is to redirect the primary URL to http://xyz.com. Just that.
I'm doind that at content configuration level as follows:
content foo
vip address xxx.xxx.xxx.xxx
url "//abc.com/*"
protocol tcp
port 80
redirect "//xyz.com/"
active
My question is: Is there a way to preserv the URI?
Best regards,
Fabiano Martins