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
because they are different endpoints, webdav is the old one, we switched to dav since we wanted to add more dav capabilities to the endpoint (caldav, carddav, etc) but there is no way to add it to the webdav endpoint without breaking backwards compatbility
@rullzer @icewind1991
Info please :
curl https://cloud.xxx.it/remote.php/dav/files/marino.faggiana/EMC.txt -X PROPPATCH -d @favorite.xml -u marino.faggiana:xxxxxxxxxx -k
return 200 OK
curl https://cloud.xxx.it/remote.php/webdav/files/marino.faggiana/EMC.txt -X PROPPATCH -d @favorite.xml -u marino.faggiana:xxxxxxxxxx -k
return Error 400
Why ? webdav <> dav
Thanks
The text was updated successfully, but these errors were encountered: