Forum Discussion
Nate_65894
Nimbostratus
Mar 04, 2014Exempt pdf doucments from stream filter
Hi, I have inherited an iRule that is used to re-brand several websites in to one url. The irule selects a pool based on the URI and also performs transformation of the request so that it uses th...
Kevin_Stewart
Employee
Mar 04, 2014Typically what you'd do to prevent the STREAM filter from attacking non-text responses is to wrap it inside a Content-Type header evaluation. Something like this:
if { [HTTP::header Content-Type] contains "text" } {
STREAM::expression {...}
STREAM::enable
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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