We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found a great online site to see a webdav share https://katomaso.github.io/webdave/
So I enabled CORS headers and now can access my webdav with it. This may be a more user friendly for regular users and may be turned to a PWA.
Here is a sample of PWAs that works with webdav+cors:
And here is a Lighttpd config that I used: https://gist.github.com/stokito/0a6274106d407ba6d9fb776e7773445d
I also asked it's author to consider to merge or grab some source from the webdav-js
katomaso/webdave#6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found a great online site to see a webdav share
https://katomaso.github.io/webdave/
So I enabled CORS headers and now can access my webdav with it. This may be a more user friendly for regular users and may be turned to a PWA.
Here is a sample of PWAs that works with webdav+cors:
And here is a Lighttpd config that I used:
https://gist.github.com/stokito/0a6274106d407ba6d9fb776e7773445d
I also asked it's author to consider to merge or grab some source from the webdav-js
katomaso/webdave#6
The text was updated successfully, but these errors were encountered: