Auz_102504
Feb 09, 2012Nimbostratus
webdav 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"} {
HTTP::redirect "http://fqdn[HTTP::uri]"
}
}
this works fine for most http requests except for http webdav requests used when using sharepoint explorer view.
http://www.scribd.com/doc/2917779/Understanding-and-Troubleshooting-SharePoint-Explorer-View
http://www.scribd.com/doc/2917779/U...lorer-View
http://mysharepointofview.com/2009/05/a-word-about-troubleshooting-the-explorer-view/
So I need to exclude the webdav traffic from being redirected. Using the shortname\hostname works when the http redirect irule is not applied to the VIP. Can anyone help me with this?