You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add support for GETing a non-collection resource when the server responds with a redirect to another URL. Currently, webdavfs does not support redirects at all; attempting to access a redirected file over a webdavfs mount results in the following in the trace file:
GET request error: Get "<REDIRECTED URL>": 400 Will not follow redirect
2024-02-27 09:32:08 GetRange: Get "<REDIRECTED URL>": 400 Will not follow redirect
2024-02-27 09:32:08 102 Read(FILENAME): Get "<REDIRECTED URL>": 400 Will not follow redirect
The text was updated successfully, but these errors were encountered:
Please add support for
GET
ing a non-collection resource when the server responds with a redirect to another URL. Currently, webdavfs does not support redirects at all; attempting to access a redirected file over a webdavfs mount results in the following in the trace file:The text was updated successfully, but these errors were encountered: