mirror of
https://github.com/rclone/rclone.git
synced 2026-02-16 00:24:42 +00:00
Before this change using --user and --pass was impossible on the rc from a browser as the browser needed to make the OPTIONS request first before sending Authorization: headers, but the OPTIONS request required an Authorization: header. After this change we allow OPTIONS requests to go through without checking the Authorization: header.