Forum Discussion
Sumit7595_36869
Nimbostratus
Oct 07, 2018URGENT | URL masking
Hi All,
We have a requirement wherein a redirection is already in place, say from “” domain to “”. Now we have to mask the URL “” from being exposed at the client side. Client should see “” on h...
Snl
Cirrostratus
Oct 07, 2018Give a Try Try adding the default stream profile and using and iRule like this
when HTTP_RESPONSE {
if { [HTTP::header is_redirect]} {
HTTP::header replace Location [string map -nocase {www.xyz.com www.abc.com} [HTTP::header value Location]]
}
}
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
