Working on a change to an iRule that I have had in place for a brute force attack against a forgot username and password portal. I am now running into issues due to code changes within the application. I was able to launch a blocked page when the user violated the rules. The issue is that they have changed the application and now it uses a java applet for the work. The rules still operate as expected and I am able to block per the rules but now the block page no longer presents itself due to the page not being refreshed. The java applet just puts a warning on the same screen for failures. I need to find a way that I can force the browser to refresh its page when the violation occurs. I have currently tried HTTP:redirect as well as the traditional rendering of the block page straight out of the iRule.
Suggestions are welcome and appreciated.