Forum Discussion
eLeCtRoN
Cirrus
Aug 22, 2018iRule HOST Header replace with dynamic content
Hello,
I have just a short question, is it possible and how to change the HOST Header.
For example I come from admin.test1.mycompany.com and I would like to change it
to admin.test2.mycompany.co...
Stanislas_Piro2
Cumulonimbus
Aug 23, 2018Try this:
when HTTP_REQUEST {
HTTP::host [string map {".test1.mycompany.com" ".test2.mycompany.com"} [HTTP::host]]
}
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