Forum Discussion
Mitesh_Mistry
Nimbostratus
Aug 23, 2019Jet Nexus Config to Local Policy or iRule
$path = http.getPath(); if( string.endsWithI( $path, "/gem/gem/authenticateUser.gwt"))pool.use("pool_aps"); There are a number of these i need to convert from Jet Nexus config to either i...
Faruk_AYDIN
Altostratus
Sep 01, 2019the iRule is:
when HTTP_REQUEST {
if { [HTTP::path] eq "/gem/gem/authenticateUser.gwt" }
{
pool pool_aps
}
}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