Search notes:

WebDAV

WebDAV stands for Web Distributed Authoring and Versioning.
WebDAV is an extension of HTTP which allows clients to create, change and move documents on a server.

Checking if a webserver supports WebDAV

A webserver that supports WebDAV returns a DAV header when the Options method is requested.
Thus, in PowerShell, the existence of such a header can be checked with:
(invoke-webRequest http://live.sysinternals.com -method Options).Headers.DAV

See also

5689 Extended MKCOL for Web Distributed Authoring and Versioning (WebDAV)[RFC 5689: Extended MKCOL for Web Distributed Authoring and Versioning (WebDAV)
Accessing Sysinternals tools via WebDAV.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758207259, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/HTTP/WebDAV/index(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78