Hello,
I'm working with Member 9894 on this project.
What we are attempting to accomplish is present our users with a banner that says 'you are accessing our servers; you consent to monitoring, blah blah blah' and have them click on the 'OK' button to access the content.
Here's our basic setup...
multiple VS accessed via https...using PKI/CAC for client authentication.
using Big IP LTM v9.3.0
We would like to have Big IP serve the 'banner' page prior to the users being authenticated for any of our VSs.
I have attempted to use a 'HTTP::respond 200 content [subst $::html_data]'. I can get the page (basic html with embedded css) to be served but when clicking on the 'OK' button I'm not sure what happens at that point.
Any help would be appreciated.
I can post iRule scripting if needed; let me know.