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

CORS support for WebDAV #1122

Open
sunjam opened this issue Nov 27, 2018 · 3 comments
Open

CORS support for WebDAV #1122

sunjam opened this issue Nov 27, 2018 · 3 comments

Comments

@sunjam
Copy link

sunjam commented Nov 27, 2018

I've installed a music player called Diffuse, which is not supporting Nextcloud WebDAV storage in their desktop app because it lacks Cross Domain WebDAV support. I see Nextcloud is built on SabreDAV, so I'm posting here. Thanks for reading!

@DeepDiver1975
Copy link
Member

Owncloud has Support for Cors.maybe the Plugin can be moved over. I have a look.

@DeepDiver1975
Copy link
Member

Here is the CorsPlugin - it's implementation is highly ownCloud specific - one would need to find an abstraction which can be added to sabre dav: https://github.com/owncloud/core/blob/afde0df3a64a71eb761c6f3e2a37bf3874c70757/apps/dav/lib/Connector/Sabre/CorsPlugin.php

@DeepDiver1975
Copy link
Member

Another option for CORS might be some web server configuration ....

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