Forum Discussion
Bruce_Hampton_1
Nimbostratus
Mar 09, 2006Host inspection with a proxy...
I have a situation where we are load balancing proxy servers. The *problem* comes in that we are proxying FTP, HTTP, HTTPS all over port 80. I need to be able to look at the HTTP::host field, but t...
Jason_Witt_4207
Mar 10, 2006Historic F5 Account
Why not use HTTP::disable when you see the CONNECT method? Like
when HTTP_REQUEST {
if {[HTTP::host] eq "some.host.com"}
pool somepool
} else {
pool someotherpool
}
if {[HTTP::method] eq "CONNECT} {
HTTP::disable
}
}
I have done similar things when using webdav, where I want to insert headers and then send the request on without further http processing. Works like a charm.
-jason
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