Forum Discussion
F5Hopper_28651
Nimbostratus
Nov 06, 2013Stealth Redirection or URL Hiding
Im not sure you can do this, but I will ask. looking to take www.abc.com/news and have the uri /NEWS actually be news.xxx.com(site is third party)
Thanks
Kevin_Stewart
Employee
Nov 11, 2013Minor typo:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/news*" {
pool news.xxx.com-pool
if { [string tolower [HTTP::uri]] equals "/news" } {
HTTP::uri "/"
else {
HTTP::uri [string map {"/news" ""} [HTTP::uri]]
}
}
default {
pool www.abc.com-pool
}
}
}
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