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

The plugin only supports basic authentication and fails on Digest Authentication for Webdav #8

Open
rossbu opened this issue Sep 26, 2016 · 2 comments
Assignees
Milestone

Comments

@rossbu
Copy link

rossbu commented Sep 26, 2016

if there can be a support and add-on plugin with RFC 4918 standard, and for lib/rfc2518 , which is Obsoleted by: 4918 referenced from https://tools.ietf.org/html/rfc2518#page-40 ( link text on top)

@millercl millercl added this to the 2.0.0 milestone Sep 28, 2016
@millercl millercl assigned millercl and unassigned millercl Dec 6, 2016
@millercl
Copy link
Owner

Thank you for pointing out RFC4918; this will be consulted henceforth. gulp-webdav-sync does not implement either standard in full. Some functions and test cases take their name from RFC2518. Please file another issue if you wanted a specific feature from RFC4918. RFC2518 already requires HTTP digest authentication.

v2.0.0 supports HTTP digest authentication via request. Please update via npm, and refer to the documentation regarding changes to the options format.

@millercl
Copy link
Owner

Request's digest authentication doesn't work with PUT: request/request#2375. gulp-webdav-sync creates empty files.

@millercl millercl reopened this Oct 17, 2017
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