lithium0003 / ccViewer

CryptCloudViewer source codes
https://itunes.apple.com/us/app/cryptcloudviewer/id1458528598?mt=8
MIT License
92 stars 17 forks source link

Workaround for webdav server returning 405 to HEAD requests #38

Closed shural closed 3 years ago

shural commented 3 years ago

Viewer submits OPTION and then HEAD to webdav server. The second request fails with 405 for Caddy2+WebDAV server. Choose to skip HEAD request.

lithium0003 commented 3 years ago

Thanks for patch. I'll check it and apply to store version.