Making Windows Explorer to Search WebDAV Server using DASL

Posted by user124209 on Super User See other posts from Super User or by user124209
Published on 2014-08-19T22:19:50Z Indexed on 2014/08/19 22:22 UTC
Read the original article Hit count: 508

Filed under:
|
|
|
|

I am trying to setup search in a WebDAV repository in IIS 6 on Windows Server 2003 R2. I successfully configured WebDAV in IIS and enabled my repository indexing as described in Searching WebDAV Directories (IIS 6.0)

I have verified that search is now supported by my WebDAV server, in OPTIONS request I can see DASL support:

DASL: <DAV:sql>
DAV: 1, 2
Public: OPTIONS, TRACE, GET, HEAD, DELETE, PUT, POST, COPY, MOVE, MKCOL, PROPFIND, PROPPATCH, LOCK, UNLOCK, SEARCH
Allow: OPTIONS, TRACE, GET, HEAD, DELETE, COPY, MOVE, PROPFIND, PROPPATCH, SEARCH, MKCOL, LOCK, UNLOCK

I connected to my WebDAV server from a client computer, which is Windows 8.1 and WebDAV is working well. I mounted a drive and connected using \\server@port\DawWWWRoot as described here.

However my client computer, which is Windows 7, does not generate any search request. I have captured requests using Fiddler tool and found that Windows Explorer is not sending any search requests, instead it is sending a PROPFIND and downloading files.

How do I make Windows Explorer to send SEARCH request to my WebDAV server?

© Super User or respective owner

Related posts about windows-explorer

Related posts about search