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

Setting Favorite API #3617

Closed
marinofaggiana opened this issue Feb 24, 2017 · 1 comment
Closed

Setting Favorite API #3617

marinofaggiana opened this issue Feb 24, 2017 · 1 comment

Comments

@marinofaggiana
Copy link
Member

marinofaggiana commented Feb 24, 2017

@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

@icewind1991
Copy link
Member

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

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

No branches or pull requests

2 participants