Forum Discussion
Collums
Apr 24, 2018Nimbostratus
How to apply X-Forwarded-Proto https to specific client
We are migrating to a new set of web servers and I am wanting to re-use the existing F5 configuration, same WIP, VIPs, and SSL profile. I figured this would be as simple as creating a pool for the ne...
Collums
Apr 25, 2018Nimbostratus
Here is the irule. The CLIENT_ACCEPTED part works perfect but the HTTP_REQUEST does not as I am still getting blocked content errors on the new site. I think the "Insert X-Forwarded-For" being enabled might be causing a problem but I cant remove it without breaking the current site.
when CLIENT_ACCEPTED { if { [IP::addr [IP::client_addr] equals xx.xx.xx.xx] } { pool New_WWW_Pool } } when HTTP_REQUEST { HTTP::header insert "X-Forwarded-Proto" "https"; }
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