Forum Discussion
nathe
Jan 24, 2021Cirrocumulus
This may help (note I haven't validated this):
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] != "www.test.com" } {
reject
}
}
N
This may help (note I haven't validated this):
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] != "www.test.com" } {
reject
}
}
N