LTM stream profile: Multiple replacements & regular expressions
LTM's built-in stream profile (and related iRules commands) offer a relatively low-overhead method to replace specific strings in the server response data. One of the most common uses for stream...
Published Sep 12, 2007
Version 1.0Deb_Allen_18
Historic F5 Account
Joined September 25, 2004
Deb_Allen_18
Historic F5 Account
Joined September 25, 2004
JackF
May 04, 2012Employee
Under the section: Multiple stream replacements using an iRule
The syntax should be:
when HTTP_RESPONSE {
if {[HTTP::status] == 200}{
...
Just wanting to save others time figuring it out :) This article was a big help.