Forum Discussion
andrew_deackes_
Oct 20, 2011Nimbostratus
block .DS_store files
Hi,
while our developers/programmers get their act together I've been asked to block access to .DS_store files on our web servers. Can someone suggest a simple i-Rule to block any request fo...
Brian_69413
Oct 20, 2011Nimbostratus
Is that the file extension? Is that the end of the URL?
when HTTP_REQUEST {
if { [HTTP::uri] ends_with ".DS_store" }{
drop
}
}
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