Forum Discussion
PeteWhite
Mar 20, 2020Employee
The short answer is no - you can do that fairly easily via iRules and the table ie add a table entry with a 1 second lifetime and if the client IP is present then deny access
pseudocode:
when HTTP_REQUEST
if table entry
drop/respond
else
add entry to table
endif
endwhen
Do you want to do this for ALL clients or just a specific one?