Forum Discussion
sergio_111197
Nimbostratus
Nov 03, 2009OCS and federation
Hello,
First post on this forum so be gentle.
I currently have OCS working wonderfully, audio and video and all the goodies.
I am not the OCS admin so I hope I can fix th...
savijhero_81809
Nimbostratus
Jan 28, 2011irule
when HTTP_REQUEST {
Disable the stream filter for all requests
STREAM::disable
}
when HTTP_RESPONSE {
Disable the stream filter by default
STREAM::disable
Enable the stream filter for text responses only
if {[HTTP::header value Content-Type] contains "text"}{
Replace 'old_text' with 'new_text'
STREAM::expression {@http://@https://@}
Enable the stream filter for this response only
STREAM::enable
}
}
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
