Forum Discussion
bob_rao_7722
Apr 04, 2006Historic F5 Account
host header
I have a server that is listening as a web server on a virtual host. So when I go to my web browser and type: "images.testme.com" I go to the web site I created on that server. I have two servers set ...
Apr 07, 2006
Just use the HTTP::header replace command to replace the "Host" header value.
when HTTP_REQUEST {
HTTP::header replace "Host" "images.dev.testme.com"
}This will replace the current "Host" header consisting of the IP address in the requested url with "images.dev.testme.com".
-Joe
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
