Forum Discussion
PhilippeG
Apr 15, 2019Nimbostratus
SSL Forward proxy and X-Forwarded-for
Hello all
I followed the different articles to create a forward proxy and it works well for HTTP and HTTPS
I need now to add the X-forwarded-for field in queries to send IP client information to the ...
Stanislas_Piro2
Apr 15, 2019Cumulonimbus
you can write an irule like :
when HTTP_REQUEST {
if {[HTTP::method] equals "CONNECT } {
snat none
}
}
then enable SNAT in VS HTTPS 0.0.0.0/0:443
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