Forum Discussion
sandiksk_35282
Altostratus
Mar 18, 2015xforwading rule
I have a vip setup , and enabled automap as the DGW of the servers is not F5
have fastl4 profile configured.
trying to get both http and https traffic pass through the vip.
when HTTP_REQUEST {
...
kunjan
Nimbostratus
Mar 18, 2015Try this
when HTTP_REQUEST {
if { [HTTP::method] eq "CONNECT"} {
HTTP::disable
} else {
HTTP::header insert "X-Forwarded-For" [IP::client_addr]
}
}
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