Forum Discussion
zeesh86_123075
Nimbostratus
Jun 17, 2014410 response via irules
How can I right an irule to return 410 response for a specific URL.
Kevin_Davies_40
Nacreous
Jun 18, 2014when HTTP_REQUEST {
if {[HTTP::uri] eq "/myspecificuri"} { HTTP::respond 410 content "410 Gone" Connection Close }
}
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