Forum Discussion
mihaic MVP
MVP
Jan 27, 2015Http class to irule conversion?
 Does anyone know how to convert a http class to an irule.
Starting with version 11.4 it seems http classes do not exist anymore.
I need to convert a lot of http classes to an irule for a new device w...
StephanManthey Nacreous
Nacreous
Jan 27, 2015Hi Mihai,
this would be a pool selection based on URI:when HTTP_REQUEST { 
     replace "/test" according to your specific requirements
    if { [string tolower [HTTP::uri]] starts_with "/test" } { 
         replace pool name by pool for specific application
        pool pTest80
    }
} 
Thanks, Stephan
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