Forum Discussion
paul_dcc
Nimbostratus
Jul 07, 2014Silent redirect to another server, with out changing the url
Hi All,
I have clients connecting to a server https://test.abc.com and I need to redirect them to https://xxx.com:8080/web/ but with out the original url (https://test.abc.com) changing. Is this...
The_Bhattman
Nimbostratus
Jul 07, 2014Hi Paul, Here is another example
when HTTP_REQUEST {
if { [HTTP::host] eq "test.abc.com" and [HTTP::uri] ends_with "/" } {
HTTP::header replace Host "xxx.com:8080"
HTTP::uri "/web/"
}
}
I hope this helps
-=Bhattman
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