Forum Discussion
gdoyle
Cirrostratus
Jun 06, 2019Masking a URL?
I have a customer who has a contract that is requiring that we hide what is essentially an internal URL. Right now when people go to the site they see: https://subdomain.companya.com
What th...
- Jun 07, 2019
Nothing is imposible on F5 🙂
First of all, you need to configure your customer DNS to reach one F5's virtual server (subdomain.differentdomain.com).
This VS has to have a pool of nodes of the new domain (subdomain.companya.com).
After that, yo can replace the host header using an iRule like this.
when HTTP_REQUEST { # Check if requested host starts with subdomain.differentdomain.com if { [string tolower [HTTP::host]] eq "subdomain.differentdomain.com" } { # Replace the host header value with subdomain.companya.com HTTP::header replace Host "subdomain.companya.com" } }KR,
Dario.
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