Forum Discussion
Nov 12, 2014
Help with Reverse Proxy iRule
Hello all
I was hoping someone more clever than me can guide and help me. We have a requirement to provide a reverse proxy function for a customer. The way it'll work is like this:
The customer...
R_Marc
Nimbostratus
Nov 12, 2014I would start by looking and the HTML source to see the path of those CSS/images and make sure your rules would target those paths. Also, a switch statement would be a lot easier to read and maintain IMNSHO (and it's faster).
switch -glob [HTTP::uri] {
"/app1*" {
stuff...
}
"/app2*" {
other stuff..
}
default {
some default behavior to catch non-matches
}
}
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