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
F5Hopper_28651
Nimbostratus
Nov 11, 2013update- I was able to get the look we needed. once we proxy hosted the news.xxx.com I could then send the traffic to the pool.
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::host][HTTP::path]] {
"www.abc.com/news*" {
pool news.xxx.com-pool
}
default {
pool www.abc.com-pool
}
}
}
now I have to work with the 3rd party to fix the uri they now recieve. they now get stuff to news.xxx.com/news and they dont have that directory(but the core site is there) and also once anyone clicks a link on that site it would change there URL to the real site. But I think I might be able to fix that with some general irule redirects.
HeadingRecent 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