Version v1.69.0

This commit is contained in:
Nick Craig-Wood
2025-01-12 15:09:13 +00:00
parent 009660a489
commit cd3b08d8cf
51 changed files with 11050 additions and 1128 deletions
+23
View File
@@ -305,6 +305,29 @@ Properties:
- Type: string
- Required: false
#### --webdav-auth-redirect
Preserve authentication on redirect.
If the server redirects rclone to a new domain when it is trying to
read a file then normally rclone will drop the Authorization: header
from the request.
This is standard security practice to avoid sending your credentials
to an unknown webserver.
However this is desirable in some circumstances. If you are getting
an error like "401 Unauthorized" when rclone is attempting to read
files from the webdav server then you can try this option.
Properties:
- Config: auth_redirect
- Env Var: RCLONE_WEBDAV_AUTH_REDIRECT
- Type: bool
- Default: false
#### --webdav-description
Description of the remote.