Forum Discussion
Brian_Deitch_11
Apr 23, 2009Historic F5 Account
Replace HTML code with multiple links
So here is my dilemma. I need to create an iRule that will:
1. Match a link
2. Replace each link with one from a list.
So, on the response request, the F5 WA will match d...
Brian_Deitch_11
Apr 23, 2009Historic F5 Account
Okay..I'm a little bit closer here....
when HTTP_RESPONSE {
if { [HTTP::status] == 200} {
find and replace
STREAM::expression ",http://data.,http://data1.,"
STREAM::enable
}
}
Any ideas how I can now step thru this to rewrite each data{n} where n={1-10}
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