Forum Discussion
Web Access By Replacing host
A few things to consider:
-
You don't need SSL::disable serverside if all traffic to the pool is port HTTP. Just don't apply a server SSL profile.
-
The host name of the server should not include the protocol, so it would just be HTTP::header replace Host "server3.internalcompanydomain.com:1036"
-
It also looks like you're going to servers on different ports, so you either need a node command to send traffic to a specific node and port, or create a pool for each server and use the pool command.
-
Your branch condition for Branch2 suggests that you're looking for anything that starts with "/Branch2", but then you're ignoring any of that additional content, if any. Is that your intention?
-
All of this may work to get the requests to the servers, but if the servers respond to the client with object references with their real paths, you may run into other problems.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
