Forum Discussion
DushyantSingh_1
Nimbostratus
Mar 10, 2016URL redirect without changing host browser address.
I am trying to achieve proxy redirection where my client want the redirection of site hosted on F5 to another non-F5 hosted site. But the url in client browser should stick to abc.com.
when HTTP...
Faruk_AYDIN
Altostratus
Mar 14, 2016If you use abc.com as a explicit proxy, you do not do this. If you use abc.com only as a VS you can do it.
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] contains "abc.com" } {
HTTP::redirect "https://xyz.net[HTTP::uri]"
}
}
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