Skip to content
WebDAV
EntityQ564329· pop 24· linked from 318 articles

Also known as HTTP Extensions for Distributed Authoring

WebDAV (Web Distributed Authoring and Versioning) is a set of extensions to the Hypertext Transfer Protocol (HTTP), which allows user agents to collaboratively author contents directly in an HTTP web server by providing facilities for concurrency control and namespace operations, thus allowing the Web to be viewed as a writeable, collaborative medium and not just a read-only medium. WebDAV is defined in by a working group of the Internet Engineering Task Force (IETF).

Key facts

Networking protocol.name
WebDAV
Networking protocol.rfcs
,
Networking protocol.ports
80, 443
Networking protocol.osilayer
Application

via Wikipedia infobox

Official website

WebDAV Resources

Central resource site for the WebDAV community.

webdav.org

Link to the official site · 15,026 chars · not written by Vinony

Wikidata facts

Official website
www.webdav.org
Show 1 more fact
inception
1996-00-00
Sources (1)

via Wikidata · CC0

~13 min read

Article

13 sections
Contents
  • History
  • Implementation
  • Properties
  • Documents produced by the working group
  • Other documents published through IETF
  • Extensions and derivatives
  • Additional Windows-specific extensions
  • WebDAV clients
  • WebDAV libraries
  • Alternatives to WebDAV
  • See also
  • References
  • External links

WebDAV (Web Distributed Authoring and Versioning) is a set of extensions to the Hypertext Transfer Protocol (HTTP), which allows user agents to collaboratively author contents directly in an HTTP web server by providing facilities for concurrency control and namespace operations, thus allowing the Web to be viewed as a writeable, collaborative medium and not just a read-only medium. WebDAV is defined in by a working group of the Internet Engineering Task Force (IETF).

The WebDAV protocol provides a framework for users to create, change and move documents on a server. The most important features include the maintenance of properties about an author or modification date, namespace management, collections, and overwrite protection. Maintenance of properties includes such things as the creation, removal, and querying of file information. Namespace management deals with the ability to copy and move web pages within a server's namespace. Collections deal with the creation, removal, and listing of various resources. Lastly, overwrite protection handles aspects related to the locking of files. It takes advantage of existing technologies such as Transport Layer Security, digest access authentication or XML to satisfy those requirements.

Gallery (2)

Connections

Categories