Forum Discussion
PicassoMendez
Nimbostratus
Aug 13, 2013URI redirect to Dead Zone
I have been asked to setup a rule to send traffic going to a particular URI to a dead zone. What would be the best way to accomplish that. I setup a pool that has no members and am using that curre...
JRahm
Admin
Aug 13, 2013an option to just discard the packets would be:
when HTTP_REQUEST {
if { [HTTP::uri] eq "/particular_uri" } {
discard
}
}
or you could have some fun and return some html/text/javascript
when HTTP_REQUEST {
if { [HTTP::uri] eq "/particular_uri" } {
HTTP::respond 200 ....
}
}
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