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
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.
The text was updated successfully, but these errors were encountered:
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.
In my scenario, I am unable to use 'disable_check=true' to disable check, but my webdav server does not support using
get
orhead
methods to check if a directory exists. Therefore, I hope to support using thepropfind
method to check the directory.The text was updated successfully, but these errors were encountered: