Forum Discussion
adamp_1459
Nimbostratus
Nov 04, 2013Redirect Irule For a specific URL to a Web Proxy
hey i'm doing LTM formy Wensense-web-proxy, i need an irule that can redirect a specifc web proxy ("connect" request if im not mistaken) to a different web proxy on some hosts, any help would be ap...
IheartF5_45022
Nacreous
Nov 11, 2013For testing, put in a few logging statements;
log local0. [HTTP::request]
if { [string toupper [HTTP::method]] eq "CONNECT" && [HTTP::host] starts_with "google.com"} {
pool second-webproxy
log local0. "Selecting pool second-webproxy"
}
Then check /var/log/ltm to see your log statements - you should be able to work out where it is going wrong. Also - make sure you have the oneconnect profile assigned to your virtual server so that it examines each request.
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