Forum Discussion
matthew_b_16251
Jul 10, 2014Nimbostratus
Unable to download files with http profile assigned to VS
Hi,
I am hoping someone can provide with help with an odd problem we have.
We have recently cut over to F5 content switches and we are load balancing multiple site. Before we where running ...
Kevin_Stewart
Jul 16, 2014Employee
Try this:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/app01/cDownload.aspx*" -
"/app02*" -
"/app03*" -
"/app04*" {
HTTP::disable
}
}
}
You can also add all of these URLs into a string-based data group:
when HTTP_REQUEST {
if { [class match [string tolower [HTTP::uri]] contains my-uri-dg] } {
HTTP::disable
}
}
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