Forum Discussion
jacob900_39797
Nimbostratus
Mar 25, 2008modify "HOST:x.x.x.x" field only?
Is there a method to modify the "HOST.x.x.x" field only? I need to make all requests do this:
HOST: site.test.com = HOST: site.test.com:84
I need to append port 84 in the HOST: field so that a legacy application will process it correctly. I already have the pool members listening on port 84 as is the actual web server instance but it needs to be in the HTTP header/ HOST field as well.
Any ideas would be very much appreciated.
Thank you,
2 Replies
- Nicolas_Menant
Employee
[edited] - Nicolas_Menant
Employee
Hi,
You have a HOST header you can request with HTTP::host
when HTTP_REQUEST {
HTTP::header replace "Host" "[HTTP::host]:84"
}
Long day ... sorry
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