dom111 / webdav-js

A simple WebDAV client written in JS for use as a bookmarklet, or integration into a web server.
MIT License
85 stars 17 forks source link

MOVE WebDav Vert not working IIS #89

Open jamesbrindle opened 3 years ago

jamesbrindle commented 3 years ago

Hey,

I was wondering if someone can help?

I've deployed this to IIS, everything seems to be working great other than the MOVE which I get a 400 error for...

Any ideas?

Regards,

Jamie

dom111 commented 1 year ago

So having finally had time to get back to this, I've noticed the dame problem in the nginx demo I've set up (well, 409, rather than 400, but I suspect the same problem.) I assume this is because I'm relying on some Apache specific behaviour. Now that I can recreate I'll try and get a resolution.

Thanks for taking the time to write a big report and apologies for the delay in coming back to you!

dom111 commented 1 year ago

I think I've fixed this (at least the similar problem that was exhibited in nginx) in 2.2.0.

If you have time to check this out, that'd be great!