Forum Discussion
dradiant_306130
Nimbostratus
May 19, 2017External to internal Redirect broken
Hi!
Hoping someone could point me in the right direction for a problem I am trying to solve. I've gone through the forums and I can't quite find the right answer (or if it is I don't understand it)...
JG
Cumulonimbus
May 19, 2017Create a server pool internal_pool with ip_address_of_internal.company.com:40000 as the pool member and then use the following irule:
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] equals "external.company.com" } {
switch -glob [string tolower [HTTP::uri]] {
"/dev" {
pool internal_pool
}
}
}
}
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