13-Sep-2021 02:34
I have a VS, accessed externally, required is for all access to the VS blocked except the whitelisted URL in the datagroup.
Need an irule to achieve this
13-Sep-2021
05:02
- last edited on
04-Jun-2023
19:18
by
JimmyPackets
Hi Fajumo,
You can try the floowing:
when HTTP_REQUEST {
if { not ([ class match [HTTP::uri] contains your_datagroup_name]) } {
drop
}
}
13-Sep-2021 05:23
Hello Oguzy,
I have applied it and asked them to test.
Will update you on the outcome.
Thanks so much