Forum Discussion
abachman_72712
Nimbostratus
Jul 31, 2009Traffic destined for certain port
New to working with iRules.
I need to write an iRule for Soap HTTP call. The HTTP traffic will need to go to a certain port listening on the server pool (IBM WebSphere JVM on port 9082)...
hoolio
Cirrostratus
Jul 31, 2009You should see the same behavior through LTM as you do direct to the host.
If you do want to prepend a string to the URI, you can use an iRule like this:
when HTTP_REQUEST {
Prepend /website if it's not there already
if {not ([HTTP::uri] starts_with /website)}{
HTTP::uri "/website[HTTP::uri]"
}
}
Aaron
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
