Forum Discussion
Wynand_van_Nisp
Nimbostratus
Aug 29, 2006Websphere and LTM
Hi,
I am prety new to Irules. I have a client with 3 Websphere servers which each has 4 instances per server running on port 9081...9084. The servers was configured to only accept request o...
hoolio
Cirrostratus
Aug 29, 2006Hi Wynand,
BIG-IP shouldn't modify the HTTP host header when it sends a request to the node--it should send exactly what it gets from the client.
If you do want to change the host header with a rule, you can use something like this:
From the iRule wiki: Click here
when HTTP_REQUEST {
HTTP::header replace "Host" "my_new_host_string"
}You shouldn't need to rewrite anything on the response back to the client.
Aaron
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