WebDAV Connection Tester

Verify that your WebDAV server is reachable and responding correctly. Tests with a real PROPFIND request and reports the server’s DAV compliance level.

Include the full URL with path, e.g. https://cloud.example.com/remote.php/dav/

Your credentials are used only to test your server and are never logged or stored.

How the test works

This tool sends a PROPFIND request with Depth: 0 to your URL — the standard WebDAV method for querying a resource’s properties. A healthy WebDAV server responds with 207 Multi-Status.

The DAV response header reveals the server’s compliance level (e.g. 1, 2, 3 or 1, 2, extended-mkcol). If this header is absent, the server may not support WebDAV.

207

Multi-Status — WebDAV is working correctly.

401

Unauthorized — credentials required or incorrect.

403

Forbidden — authenticated but no access to this path.

404

Not Found — path doesn’t exist; try the root or a different path.