Forum Discussion

richi3161's avatar
richi3161
Icon for Nimbostratus rankNimbostratus
Jul 25, 2019

/#xyz in the uri is not recognized

Hi,

 

CASE: "/xyz" is interpreted as "/"

 

I need to write a iRule, which decides between two HTTP redirects based on https://www.xyztest.com/#first or https://www.xyztest.com/#second ...

but F5 LTM isn´t able to recognize the difference.

 

Does anyone have any idea how this can be solved with a F5 loadbalancer?

 

 

1 Reply

  • The '#first' and '#second' are internal or bookmark hyperlinks. These are used to navigate to another section on the same webpage. These types of hyperlinks are only used within the context of the browser. These will never be send towards the webserver when using them. Therefore the F5 BIG-IP will not receive them as requests, on which it can trigger an iRule event or whatever.