Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the check function to support using the PROPFIND method for checking #142

Open
y805939188 opened this issue Feb 27, 2024 · 1 comment

Comments

@y805939188
Copy link

In my scenario, I am unable to use 'disable_check=true' to disable check, but my webdav server does not support using get or head methods to check if a directory exists. Therefore, I hope to support using the propfind method to check the directory.

@l-jonas
Copy link

l-jonas commented Nov 27, 2024

I consider this a duplicate of #129. The other issue that existed before additionally shows why PROPFIND should be used in any case. As a result, I do not consider #143 a solution because it only allows manually overwriting the HTTP verb instead of changing the default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants