Forum Discussion
Auz_102504
Nimbostratus
Feb 09, 2012webdav rule exclusion
We have the following http redirect in place on a microsoft sharepoint site
Request for will redirect to
when HTTP_REQUEST {
if { [HTTP::host] equals "hostname"}...
Auz_102504
Nimbostratus
Feb 10, 2012will this work
when HTTP_REQUEST {
if { [HTTP::header User-Agent] contains "Microsoft-WebDAV-MiniRedir"} {
event disable all
}
elseif { [HTTP::host] equals "hostname"} {
HTTP::redirect "http://fqdn[HTTP::uri]"
event disable all
}
}
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
