27-Sep-2021 07:36
Hello All,
I'm working on the iRule to drop the HTTP session if the multiple invalid login request are from the same IP address.
Example Scenario:
When HTTP Request
If the URI matches login.jsp
If the Response for login.jsp is 404
And
HTTP request from the same the IP address
Then the session needs to be dropped.
Could you please help me with the Irule to accomplish this logic?
Regards,
Thiyagu