craddockchris
May 16, 2024Altostratus
iRule interpretation assistance
Hi Dev Central. I need some assistance interpreting the following iRule, especially the first line. My interpretation is that if the HTTP path contains any of the following: /, /index.jsp, /startpage...
- May 16, 2024
yes,
"https://mysite.com/" will be evaluated for "/" case, so the client ip addres will be evaluated againts All-Internal_dg.
"https://mysite.com/abc" will got to default case.