Forum Discussion
Hille_de_Graaf_
Nimbostratus
Aug 24, 2010URL rewrite for testing new Entrust SSL certificates
Hi,
we are running V9.4.8 HF3 on our LTM
We are offloading a site which is protected by a Entrust SSL Server certificate.
We have to renew the Entrust certificate, but the content ...
Chris_Miller
Altostratus
Aug 24, 2010You aren't specifying the name of the header to replace....Are you trying to change both the host and the URI or just the host?
If just the host, this would work to rewrite the host header from test.comp.com to prod.comp.com.
when HTTP_REQUEST {
if { [string tolower[[HTTP::host]] eq "test.comp.com" } {
HTTP::header replace Host "prod.comp.com" } }
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