You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to connect SabreDAV with a Windows, the server responds with a 401 Unauthorized status code for the OPTIONS request. This causes the Windows to abort the connection. Windows relies on the OPTIONS response to determine the available methods. Ideally, OPTIONS requests should not require authentication.
So I created a custom plugin to allow unauthenticated OPTIONS requests. The code is as follows:
When attempting to connect SabreDAV with a Windows, the server responds with a 401 Unauthorized status code for the OPTIONS request. This causes the Windows to abort the connection. Windows relies on the OPTIONS response to determine the available methods. Ideally, OPTIONS requests should not require authentication.
So I created a custom plugin to allow unauthenticated OPTIONS requests. The code is as follows:
Is this behavior intentional, and if so, could you clarify the reasoning? If not, can this be considered a bug, and is there a plan to address it?
The text was updated successfully, but these errors were encountered: