Forum Discussion
Bixo
Oct 29, 2019Nimbostratus
x-forwarded-host
Need to check every call to VIP and set x-forwarded-host to what the call was and then redirect it to another fqdn example: http://aaaa.bbb.se/ccc set x-forwarded-host till aaaa.bbb.se then redire...
Oct 29, 2019
Hi Bixo,
iRule:
when HTTP_REQUEST {
if { [HTTP::host] equals "aaaa.bbb.se"} {
HTTP::header insert "x-forwarded-host" [HTTP::host]
HTTP::redirect "https://dddd.eee.se[HTTP::uri]"
}
}
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