Forum Discussion
DamP_320463
Nimbostratus
Jun 20, 2017Protect F5 VS with iRule using APM
Hi Devcentral,
I would like to add an APM policy to a VS that basically provides HTML content generated directly from iRule starting from HTTP request using URI /?action=view
I would like to add an APM logon page in order to protect the web service provided by the iRule.
Do you know how I can do that without creating another Virtual Server? I would like to have a single VS.
Thanks!
M
- Daniel_Varela
Employee
Try too use ACCESS events rather that HTTP ones. I have not tested but something like:
when ACCESS_ACL_ALLOWED { If { [HTTP::uri] eq "xxxx"} { ACCESS::respond 200 content {your content} } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects