20-Mar-2021 03:33
24-Mar-2021
13:57
- last edited on
04-Jun-2023
21:00
by
JimmyPackets
Hi AlexS_yb,
Hope this helps.
when HTTP_REQUEST {
if { [string map {"/" ""} [HTTP::uri]] starts_with "testssologout"} {
#log local0. "[HTTP::uri]"
}
}
I could not find how to do it with regex.
24-Mar-2021 14:40
Hmm, okay i see how to do it for if then.. I guess I can move that to switch.
cause iam rather new to F5. I have found also you can do HTTP::uri -normalized which removes all of the extra stuff
thanks