Forum Discussion
Emad
Cirrostratus
Nov 28, 2013Stop POST requests.
Hi. I was working to stop certain type of requests to web servers via LTM Irule. Right now i can stop different patterns in HTTP GET request i.e via URI. but i also want to stop certain patterns in P...
nathe
Cirrocumulus
Nov 28, 2013Not sure if your iRule is quite right. Try:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"*.exe" -
"*.dll" {
reject
}
}
}
Hope this helps,
N
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
