Forum Discussion
Greg_Carder_105
Nimbostratus
Dec 19, 2006Stream Profile - Sample?
I'm trying to do a search and replace in the response body.
I understand that a stream profile is the recommended way to do this. At least as long as the content is less than 4 MB (apparent...
Photo_G_84660
Nimbostratus
Dec 21, 2006Hi Greg,
I don't think that you can escape the "." in the stream profile because of a combination of the fact that the period is a special character, but the backslash is not. However, this iRule should give you the functionality that you want:
when HTTP_RESPONSE {
STREAM::enable
STREAM::expression @\\.123@.456@
}
Take care,
Scott H.
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