Forum Discussion
SeguridadSLYT_3
Nimbostratus
Jun 04, 2018Problems with a website behind the F5.
Hello all,
We have some problems with a website behind the F5, when we try to download a pdf file, quite often it's fail. We try it disabling the ASM policy but it was the same result.Now we replace...
DenverRB_326662
Nimbostratus
Jun 05, 2018Basic iRule to disable based on your "/uri" value -
when HTTP_REQUEST {
STREAM::disable
switch -glob [string tolower [HTTP::uri]] {
"/example/pdf*" {
pool /WEBSERVER_POOL
HTTP::disable
}
default {
pool /WEBSERVER_POOL
}
}
}
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
