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

Register URL handler #7790

Closed
cyberduck opened this issue Feb 12, 2014 · 3 comments
Closed

Register URL handler #7790

cyberduck opened this issue Feb 12, 2014 · 3 comments
Assignees
Labels
enhancement fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

42d51f5 created the issue

RFC4709 is the recommended way to get browsers to open an external webdav tool.

It looks like the webserver should return a response has the 'application/davmount+xml' mime-type and can be saved as an xml file with a .davmount file extension.

Alternatively, some webdav tools install a protocol handler for the 'dav:' uri scheme which seems blessed by the IETF, but it seems that is considered bad form by some folk.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The issue with dav:// URL schemes is that not all browsers will pass these to the registered application for the scheme. It works in Safari here but not in Chrome.

@cyberduck
Copy link
Collaborator Author

250e461 commented

This sounds really interesting. Is it planned to implement this?
Maybe then cyberduck would be the right tool for our customers to use together with our own product.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In ae7b8e6.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement fixed webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants