Forum Discussion
Nicolas_MENOUX_
Nimbostratus
Dec 03, 2007Why my stream IRules does not work anymore...!
Hi,
I've designed a really basic IRule into our BigIP1500 BIG-IP 9.2.3 Build 34.8 which replaces strings by another as below :
irule_stream
============
when HTTP_RESPONS...
hoolio
Cirrostratus
Dec 03, 2007Hi Nicolas,
Your rule worked fine on 9.3.0. I doubt there was a change in 9.3.1 that would break the stream commands completely.
Do you have a stream profile associated with the virtual server? If you remove the rule and add it back with the STREAM::enable command uncommented, do you see any errors? Do you see the errors on every 200 response?
By the way, you might want to filter on the Content-Type header in the response so you only apply the stream to text-based responses:
if {[HTTP::status] == 200 and [HTTP::header value "Content-Type"] contains text} {
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