betterNAS/apps/node-agent/cmd
Harivansh Rathi a6c74c2a39 Allow OPTIONS to bypass WebDAV auth for Finder discovery
macOS Finder sends an unauthenticated OPTIONS request before attempting
auth. It needs to see the DAV: 1, 2 compliance header in the response
to know the server supports WebDAV. Without it, Finder shows "problem
connecting to the server" and never prompts for credentials.

OPTIONS is a safe discovery method that exposes no data, so it can be
served without auth.
2026-04-01 16:57:55 -04:00
..
node-agent Allow OPTIONS to bypass WebDAV auth for Finder discovery 2026-04-01 16:57:55 -04:00