03-May-2023 02:28
Hello
I have a standard virtual server hosted in LTM
Once user browses above he gets the browser URI as
https://test.abc.com/mytestfile/home.do#mytest
Is there anyway i can control the above through iRule so that user gets only
https://test.abc.com/mytestfile/home.do
Thanks
03-May-2023 08:26
@Anis_Bhambhani I do not believe that the user ever passes the URL fragment so this is not something that can have a string map associated to it. You might be able to do something on the user device that maps those two strings together but that would be it from my understanding of how URL fragments function.