1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-16 00:24:42 +00:00
Files
rclone/cmd/serve
Nick Craig-Wood 550ab441c5 rc: Skip auth for OPTIONS request
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.
2019-06-10 19:33:45 +01:00
..
2019-06-10 19:33:45 +01:00