Web-based Distributed Authoring and Versioning (WebDAV) is a set of extensions to the HTTP protocol that you can utilize to collaboratively edit and manage files on remote web servers.

How it works

This behavior enables WebDAV, and provides support for these additional request methods:

  • PROPFIND,
  • PROPPATCH,
  • MKCOL,
  • COPY,
  • MOVE,
  • LOCK,
  • UNLOCK.

To apply this behavior, you need to match on a Request Method.