Version v1.69.0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user