Forum Discussion
dw_888_212625
Nimbostratus
Sep 29, 2015Does implementing X-Forwarded-For irule requires downtime?
Does implementing X-Forwarded-For irule requires downtime?
Brad_Parker
Cirrus
Sep 29, 2015I assume you are doing SSL termination(offloading) at the BigIP and want a header to send to your servers to indicate the original request was HTTPS. What we do for this is use a policy on the HTTPS virtual server to insert this header. Attaching the policy will cause no downtime.
ltm policy X-Forwarded-Proto {
requires { client-ssl http }
rules {
X-Forwarded-Proto_insert {
actions {
0 {
http-header
insert
name X-Forwarded-Proto
value https
}
}
ordinal 1
}
}
strategy first-match
}
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