Forum Discussion
vkoprivica_9683
Nimbostratus
Jul 19, 2013Redirect url to display blank page
Hi, I have a request to redirect url requests to show blank page. Could this be possible using Irules.
Thank you.
Kevin_Stewart
Employee
Jul 19, 2013You mean an actual web page that is empty?
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/foo" } {
HTTP::respond 200 content ""
}
}
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