Forum Discussion
OviShare_69630
Nimbostratus
Sep 21, 2009Ignore a rule
I am trying to create a rule where certain content is blocked from being accessed outside of my site. I tried this rule:
when HTTP_REQUEST {
if {[matchclass [HTTP::u...
The_Bhattman
Nimbostratus
Sep 22, 2009Try something simple first
when HTTP_REQUEST {
if {[HTTP::uri] ends_with "/dir/my_content.jpg" } {
discard
}
}
CB
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