Forum Discussion
Ross100_322878
Nimbostratus
Jun 02, 2017External to internal site irule
Hello
I'm trying to do the following with irules. I've had a look around the forums but can't get any of the other examples to work 😕
If a user visits our external site, example.com with a param...
Faruk_AYDIN
Altostratus
Jun 03, 2017if the hostname is not important your internal site, or your internal site answers every request just define a new pool and use it in your iRule like that:
when HTTP_REQUEST {
if { [HTTP::uri] contains "?v=" || [HTTP::uri] contains "key=1231231231" } {
pool pool_internal.site
}
}
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
