Forum Discussion
Dan_L1
Nimbostratus
Apr 19, 2016iRule - HTTP REQUEST/RESPONSE - whitelist specific URI's
Hello,
I have an iRule I'm trying to implement for security headers, there are a handful of URI's that I need to whitelist, so far this is what I have:
when HTTP_REQUEST {
set uri [HTTP::uri...
cjunior
Nacreous
Apr 19, 2016Hi, I think that issue would be the square brackets covering the $uri variable.
So, try to do this:
if { not [class match $uri contains dgl_securityheaders] } {
Regards.Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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