Forum Discussion
Oct 07, 2022
Hi Ramv,
when HTTP_REQUEST {
if { !([class match [string tolower [HTTP::path]] ends_with /Common/extensions]) and !([string tolower [HTTP::path]] ends_with "/") } {
HTTP::path "[HTTP::path]/"
}
}
You can modify the datagroup from Local Traffic ›› iRules ›› Data Group List menu. You can also use the following command.
tmsh
modify ltm data-group internal extensions records add { .abc .def .xyz }
- RamvOct 08, 2022Nimbostratus
Hi Enes,
Thanks for responding, I will keep you update once we implement the irule.
Regards,
Ram