Forum Discussion
tcp-diddy
Nimbostratus
Aug 09, 2019Invisible URL rewrite - external url to internal url
Hello, I am currently experiencing a new issue where our customer has requested we configure a new site to rewrite the public facing url to the internal url without the client knowing the inter...
tcp-diddy
Nimbostratus
Sep 04, 2019ended up completing this with an http host header rewrite via irule
when HTTP_REQUEST {
if { [HTTP::header host] eq "www.newsite.com" } {
HTTP::header replace Host "internal.domain.newsite.local"
}
}
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