Forum Discussion
spalande
Nacreous
Oct 22, 2013http outbound proxy
I'm using below iRule to forward http request to cloud. where F5 will act as outbound proxy.
when HTTP_REQUEST {
log local0. [HTTP::uri]
set host [HTTP::host]
log local0. "Host is $host"
set...
spalande
Nacreous
Oct 22, 2013 when HTTP_REQUEST {
log local0. [HTTP::uri]
set host [HTTP::host]
log local0. "Host is $host"
set ip [RESOLV::lookup $host]
log local0. "IP is $ip"
HTTP::uri /CloudPAMIDS/billingprofile/91990176012
node [lindex $ip 0] 443
}
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